Create mission
POST
https://api.eu-west-1.aworld.cloud/dashboard/v1/missions
Missions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.eu-west-1.aworld.cloud/dashboard/v1/missions' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"missionType": "INDIVIDUAL",
"matchType": "INSTANCE",
"matchEntity": "Activity",
"matchEntityId": "string",
"matchCondition": {},
"incrementExpression": {},
"targetAmountExpression": {},
"defaultLang": "string",
"translations": [
{
"lang": "string",
"label": "string",
"description": "string"
}
]
}'
Response Response Example
{
"missionId": "string",
"name": "string",
"missionType": "INDIVIDUAL",
"matchType": "INSTANCE",
"matchEntity": "Activity",
"matchEntityId": "string",
"matchCondition": {},
"incrementExpression": {},
"targetAmountExpression": {},
"origin": "CATALOG",
"missionCatalogId": "string",
"syncWithCatalog": true,
"defaultLang": "string",
"langs": [
"string"
],
"accountId": "string",
"workspaceId": "string",
"sourceRegion": "string",
"stage": "DRAFT",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
Request
Body Params application/json
Responses
Modified at 2025-06-26 12:45:55