Retrieve the list of all priorities in the specified channel within a team.
1 | GET odata/priority |
odata/priority
GET.
This method supports the $filter and $select OData Filter to help customize the response.
Header1
2
3--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
This method does not supply the request body.
Success
If successful, this method returns a 200 OK
response code and the list of priorities object in the response body.
1 | { |
Code: 401 UNAUTHORIZED, 500 ERROR EXCEPTION.
Content: {error: “error message”}
Comment