Skip to content

Instantly share code, notes, and snippets.

@raghunandankavi2010
Created May 10, 2021 10:56
Show Gist options
  • Save raghunandankavi2010/d20aa82d4a5e95878cd328f231fb12a4 to your computer and use it in GitHub Desktop.
Save raghunandankavi2010/d20aa82d4a5e95878cd328f231fb12a4 to your computer and use it in GitHub Desktop.
request payload task creation
{
"uiKey": "p440ZPs",
"text": "Test 3",
"to": {
"uuid": "3049"
},
"macros": {
"employees": {},
"demographics": {},
"attributes": {
"orgTag": {},
"money": null
}
},
"from": {
"uuid": "3049"
},
"dueDate": null,
"completionDate": null,
"dueTS": null,
"completionTS": null,
"teams": null,
"description": null,
"toIds": [
{
"uuid": "3049",
"ownerType": "COLLABORATOR"
},
{
"uuid": "12386",
"ownerType": "COLLABORATOR"
}
],
"recurrenceDetails": null,
"taskType": "TASK",
"parentPost": null,
"parentPosts": {
"goal": [
{
"uuid": "322676"
}
]
},
"type": "TASK",
"target": null,
"measure": null,
"actual": null,
"visibilityType": "GLOBAL",
"startTS": null,
"tags": {
"SUB_OBJECTIVE_TAG": [
{
"uuid": "21506"
}
]
},
"startingProgressValue": 0,
"goalProgressLevel": null,
"goalClosureStatus": null,
"weightage": 0,
"status": "ACTIVE",
"removedTeam": null,
"trackedByPlugin": null,
"metricId": null,
"isOnBoarding": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment