GET api/properties/{propertyId}/recipients
Get available receipients options for a property
Request Information
Authentication
This method requires user authentication
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListWrapperOfMassCommunicationRecipient| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of MassCommunicationRecipient |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"Elements": [
{
"Option": "sample string 1",
"Count": 2
},
{
"Option": "sample string 1",
"Count": 2
}
]
}