Organisation
Returns all (active & ended) campaigns for specified organisation. However, ended campaigns cannot have new applications
get/organisation/{id}/campaigns
Path parameters
idinteger required
Organisation ID
Response
OK
Example response
{
"campaigns": [
{
"id": 6996987893965263000,
"slug": "2024-subcom-recruitment",
"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"
}
]
}