GET api/Products?folderId={folderId}&performanceId={performanceId}&showId={showId}&genreId={genreId}&spaceId={spaceId}&venueId={venueId}&fromDate={fromDate}&toDate={toDate}&page={page}&pageSize={pageSize}

Get products optionally paged and filtered by folder, performnace, show, genre, space, venue and dates

Request Information

URI Parameters

NameDescriptionTypeAdditional information
folderId

Guid

globally unique identifier

None.

performanceId

Guid

globally unique identifier

None.

showId

Guid

globally unique identifier

None.

genreId

Guid

globally unique identifier

None.

spaceId

Guid

globally unique identifier

None.

venueId

Guid

globally unique identifier

None.

fromDate

YYYY-MM-DDThh:mm:ss

date

None.

toDate

YYYY-MM-DDThh:mm:ss

date

None.

page

integer

None.

pageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Product
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Type

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.