GET api/role/{roleId}/viewingsbasic?showCancelled={showCancelled}
Get a basic list of all viewings for a particular marketing role.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
roleId |
The id of the marketing role to get the viewings for. |
integer |
Required |
showCancelled |
A true or false flag to indicate whether or not we want to include Cancelled Viewings (it is false by default). |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ApiHttpActionResultOfIListOfDezrez.Core.DataContracts.External.Api.Events.Appointments.Query.Viewing.BasicViewingDataContractNone.
Response Formats
application/json, text/json
Sample:
Sample not available.