v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01421779.8 KB
Campaign

Returns info about specified campaign.

get/campaign/{id}

Path parameters

idinteger required

Campaign ID

Response

OK

idinteger
organisation_idinteger
organisation_namestring
namestring
cover_imagestring
cover_image_urlstring nullable

Time-limited presigned URL to download the banner when cover_image is set

descriptionstring
starts_atstring
ends_atstring

Example response

{
  "id": 6996987893965263000,
  "organisation_id": 1541815603606036700,
  "organisation_name": "UNSW Software Development Society",
  "name": "2024 Subcommittee Recruitment",
  "cover_image": "2d19617b-46fd-4927-9f53-77d69232ba5d",
  "description": "Are you excited to make a difference?",
  "starts_at": "2024-03-15T18:25:43.511Z",
  "ends_at": "2024-04-15T18:25:43.511Z"
}