POST Users/UsersApi/GetFcmRegistrationToken
Request Information
URI Parameters
None.
Body Parameters
FcmTokenModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| ChannelId | globally unique identifier |
None. |
|
| IsArchived | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Value": "sample string 1",
"UserId": "e42bf759-dd7f-45d2-9ebe-15ee6aad3135",
"ChannelId": "d405e026-1d9f-454a-bfb4-46792a1d4af1",
"IsArchived": true
}
application/xml, text/xml
Sample:
<FcmTokenModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Communicator.Models.Users"> <ChannelId>d405e026-1d9f-454a-bfb4-46792a1d4af1</ChannelId> <IsArchived>true</IsArchived> <UserId>e42bf759-dd7f-45d2-9ebe-15ee6aad3135</UserId> <Value>sample string 1</Value> </FcmTokenModel>
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.