Method :POST
URL: https://apiv1.publicators.com/api/Recipients/GetAllActiveInterests
Get Interests
Request Information
URI Parameters
None.
Body Parameters
Json format: AuthorizationTokenBindingModel
AuthorizationTokenBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Token |
Token |
globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Token": "adf44579-6ba0-408c-a631-88247b1eec39"
}
Response Information
Resource Description
Json format: Collection of RecipientInterestViewModel
Collection of RecipientInterestViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
ID |
integer |
None. |
| Name |
Interest name |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2"
},
{
"Id": 1,
"Name": "sample string 2"
}
]