Created
May 10, 2021 10:56
-
-
Save raghunandankavi2010/d20aa82d4a5e95878cd328f231fb12a4 to your computer and use it in GitHub Desktop.
request payload task creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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