GET api/role/{roleId}/viewingsbasic?showCancelled={showCancelled}

Get a basic list of all viewings for a particular marketing role.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.BasicViewingDataContract

None.

Response Formats

application/json, text/json

Sample:

Sample not available.