Create mission assignment (manual)
POST
https://api.eu-west-1.aworld.cloud/dashboard/v1/missionAssignments
MissionAssignments
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.eu-west-1.aworld.cloud/dashboard/v1/missionAssignments' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"groupTagId": "string",
"missionType": "INDIVIDUAL",
"missionId": "string",
"startsAt": "2019-08-24T14:15:22Z",
"endsAt": "2019-08-24T14:15:22Z",
"currentAmount": 0,
"targetAmount": 0,
"timeframeType": "RANGE"
}'
Response Response Example
{
"missionAssignmentId": "string",
"missionType": "INDIVIDUAL",
"missionId": "string",
"missionRuleId": "string",
"periodId": "string",
"timeframeType": "PERMANENT",
"startsAt": "2019-08-24T14:15:22Z",
"endsAt": "2019-08-24T14:15:22Z",
"completedAt": "2019-08-24T14:15:22Z",
"isCompleted": true,
"state": "PENDING",
"groupTagId": "string",
"userId": "string",
"currentAmount": 0,
"targetAmount": 0,
"incrementExpression": {},
"targetAmountExpression": {},
"accountId": "string",
"workspaceId": "string",
"sourceRegion": "string",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
Request
Body Params application/json
Responses
Modified at 2025-06-26 12:49:12