v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Missions

Find mission's tasks

Find the tasks for missions of type todo

get/public/api/missions/{id}/tasks

Headers

Acceptstring

e.g. application/json

Response

OK

mission_idstring
titlestring
created_datestring
updated_datestring
campaign_idstring
user_idstring
creator_idstring
store_idstring

Example response

{
  "mission_id": "54ab03c6546847ee0d30084b",
  "title": "Action plans",
  "created_date": "2021-05-10T09:21:40.232Z",
  "updated_date": "2021-05-10T09:21:40.232Z",
  "campaign_id": "54ab03c6546847ee0d30088b",
  "user_id": "5fbea9662804f40033935d9b",
  "creator_id": "54ab03c6546847ee0d30089a",
  "store_id": "54ab03c6546847ee0d30081a",
  "todo": {
    "user_id": "5fbea9662804f40033935d9b",
    "tasks": [
      {
        "value": "TEST"
      }
    ]
  }
}