v8

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

Returns all active campaigns.

get/campaign

Response

OK

Example response

{
  "campaigns": [
    {
      "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"
    }
  ]
}