Online Docs

List PM Channels

Retrieve the list of projects which the user is logged in as a project manager in those channels.

1
2
3
GET api/teams/getMyPMChannels
--x-appvity-entityId: [EntityId]
--Cookie: graphNodeCookie=[ID] |

URL Endpoint

api/teams/getMyPMChannels.

Method

GET.

Parameters

This method supports the $select, $filter, $count, $orderby and $top OData query parameters to help customize the response.

Request

Header

1
2
--x-appvity-entityId: [EntityId]
--Cookie: graphNodeCookie=[ID]

Body

This method does not supply the request body.

Response

If successful, this method returns a 200 OK response code and the list of channels in the response body.

Example

Request

Response

Comment

Was this article helpful?
Thanks For Your Feedback