Use this API to update assigned user to a task.
1 | POST api/tasks/assign/{source-code}/{task-id} |
api/tasks/assign/{source-code}/{task-id}
POST
Do not support OData Filter syntax.
Header1
2
3--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
1 | { |
Success
Code: 200 OK
If successful, this method returns a 200 OK response code and the user object in the response body.
Error
If the --Cookie: graphNodeCookie=[ID]
expires, returns
This method returns 404 Not Found
and Must run inside Microsoft Teams.
message when missing --x-appvity-channelId
or --x-appvity-teamid
Request
1 | curl --location --request GET 'https://teams.appvity.com/api/tasks?t=1600055978590&$count=true&$top=16&$orderby=internalId%20desc' \ |
Response
1 | { |
Comment