POST Channels/ChannelsApi/GetUserChannels
Request Information
URI Parameters
None.
Body Parameters
ChannelSearchInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ChannelId | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| ChannelName | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| PageSize | integer |
None. |
|
| PageNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChannelId": "e14d2f5a-ac74-4374-9b36-4ddbb96c47d0",
"MemberId": "4bcda7c3-df9f-45b2-b3a5-bca403f527d2",
"ChannelName": "sample string 1",
"IsDeleted": true,
"PageSize": 3,
"PageNumber": 4
}
application/xml, text/xml
Sample:
<ChannelSearchInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Communicator.Models.Channels"> <ChannelId>e14d2f5a-ac74-4374-9b36-4ddbb96c47d0</ChannelId> <ChannelName>sample string 1</ChannelName> <IsDeleted>true</IsDeleted> <MemberId>4bcda7c3-df9f-45b2-b3a5-bca403f527d2</MemberId> <PageNumber>4</PageNumber> <PageSize>3</PageSize> </ChannelSearchInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommunicatorJsonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommunicatorJsonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.