GET api/properties/{propertyId}/senders
Get available sender 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
ListWrapperOfMassCommunicationSender| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Elements | Collection of MassCommunicationSender |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"Elements": [
{
"Name": "sample string 1",
"UserId": 2,
"HasValidEmail": true
},
{
"Name": "sample string 1",
"UserId": 2,
"HasValidEmail": true
}
]
}