GET api/Genres?folderId={folderId}

Get genres. If the folderId parameter is supply, return all Genre folders that are a descendant of that folder.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
folderId

Guid

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Genre

Collection of 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, application/xml, text/xml

Sample:

Sample not available.