GET api/Performances/{id}

Get a specific performance by Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Guid

string

Required

Body Parameters

None.

Response Information

Resource Description

Performance

Performance
NameDescriptionTypeAdditional information
StartDateTime

date

None.

StartDate

date

None.

StartTime

time interval

None.

EndDateTime

date

None.

EndDate

date

None.

EndTime

time interval

None.

DisplayEndTime

boolean

None.

DisplayDuration

boolean

None.

Show

string

None.

Space

string

None.

Venue

string

None.

Genre

string

None.

Id

globally unique identifier

None.

Name

string

None.

UrlName

string

None.

UrlPath

string

None.

Description

string

None.

WebCopy

string

None.

Image

Image

None.

TemplateFull

string

None.

TemplateSummary

string

None.

PerformanceId

globally unique identifier

None.

ShowId

globally unique identifier

None.

VenueId

globally unique identifier

None.

SpaceId

globally unique identifier

None.

GenreId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:

Sample not available.