Get a specific Group of Missions
Allows searching for Group of Missions (campaign) by ID if available to the current authenticated user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
If this set to true, then additional tasks stats fields will be set for the campaign in the response which include:
- tasksTotal
- tasksCompleted
- tasksPassed
- tasksFailed
If set to true, then the CampaignCatalog that this Campaign belongs to will be included in the response.
Whether to return deducted credits.
Response
Successful operation.
Response model used by the GET /campaigns/:campaignID endpoint.
This flag will be set to true if these conditions are met:
- The campaign is completed.
- The campaign is not a retest (parentUid is NULL).
- The campaign's listing has the boss active flag set to true.
- The campaign's listing has active tests.
- The campaign's listing is not paused by the client.
Campaign status enum.
CREATED, COMPLETED, PUBLISHED The CatalogCategory which this Campaign belongs to (via CampaignTemplate).