Allows searching for missions (tasks) available to the current authenticated user. 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.
PUBLISHED, TITLE, STATUS, CAMPAIGNTITLE, AMOUNT, SUBMITTED, RESULT, ASSET, CLAIMED, SYN_CATEGORIES, CATEGORIES Sort direction.
asc, desc Filter by approved date (this value can be sent alone to the query). If both approved start and end date are provided, it is required for startDate < endDate.
Filter by approved date (this value can be sent alone to the query). If both approved start and end date are provided, it is required for startDate < endDate.
Filter by asset types.
Filter by attack types.
Filter by categories.
Filter by CWEs.
Filter by tasks UIDs.
Filter by organization UIDs.
Filter by listing UIDs.
Filter by task status.
Task status enum.
APPROVED, CLAIMED, CREATED, COMPLETED, FOR_REVIEW, PUBLISHED Filter by tasks SV.
Filter by user assignee to the tasks.
Filter by campaign UID.
Filter by activated/deactivated tasks and campaigns.
Filter by activated/deactivated tasks only - no impact from campaigns.
Include attachments for the tasks in the response. By default is false.
Include the viewed field in the response. By default is false.
Query used to perform a full text search on task's title, description or scope.
Filter by task template UID.
Filter by definition ID.
Filter by batch ID.
Filter by task group.
Filter by task structured response.
Filter task types, case insensitively. Currently accepted values are: "MISSION", "SV2M" and "TAAS".
Return whether the task was assigned to the researcher by a boss user.
Return the task template credits for the task.
Successful operation.
Task status enum.
APPROVED, CLAIMED, CREATED, COMPLETED, FOR_REVIEW, PUBLISHED It will only be seen by:
It will only be seen by:
Whether this task was assigned to a researcher by a boss user or not. Only available to researcher users when specifying 'includeAssignedBySynackUser=true' in the query string.