GET api/properties/{propertyId}/senders

Get available sender 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

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