GET api/properties/{propertyId}/recipients

Get available receipients options for a property

Request Information

Authentication

This method requires user authentication

URI Parameters

NameDescriptionTypeAdditional information
propertyId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfMassCommunicationRecipient
NameDescriptionTypeAdditional 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
    }
  ]
}