Allows searching for Group of Missions (campaigns) available to the current authenticated user. Group of Missions are filtered based on what current listings and organizations the current user has access to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page to start showing results from.
x >= 1Number of items to show per page.
x >= 1Sorts by field names. If sorting is done on "TASKSFAILED" then it will set includeTaskStats to true.
PUBLISHED, TASKSFAILED, CREATED, STATUSCREATED, COMPLETED Sort direction.
asc, desc Search by campaign's title, description or scope
Filter campaigns by created_role
Filter by organization UIDs.
Filter by listing UIDs.
Filter by Campaign Status.
Campaign status enum.
CREATED, COMPLETED, PUBLISHED Filter by listing types. Search is performed on the campaign's tags.
If this set to true, then additional tasks stats fields will be set for each campaign in the response which include:
If set to true, then the CampaignCatalog that each Campaign belongs to will be included in the response.
If this is set to true, then additional tasksPublishedWaiting field will be set for each campaign in the response, which contains the count of missions that have been in PUBLISHED state for more than 30 minutes.
It is possible this value alone to the query. If both published start and end date are provided, it is required for startDate < endDate.
It is possible this value alone to the query. If both published start and end date are provided, it is required for startDate < endDate.
Filter by activated/deactivated campaigns.
Whether to return deducted credits.
Successful operation.
Campaign status enum.
CREATED, COMPLETED, PUBLISHED Count of missions that have been in PUBLISHED state for more than 30 minutes.
This flag will be set to true if these conditions are met:
The CatalogCategory which this Campaign belongs to (via CampaignTemplate).