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

Get a basic list of all viewings for a particular marketing role. Processes this role API request. The parameter and response sections describe the data exchanged with the API.

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

The response returned after the operation completes.

ApiHttpActionResultOfIListOfBasicViewingDataContract

None.

Response Formats

application/json, text/json

Sample:

Sample not available.