GET api/Genres/{id}

Get a specific genre by Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Guid

string

Required

Body Parameters

None.

Response Information

Resource Description

Genre

Genre
NameDescriptionTypeAdditional information
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.