Common/music/v1.1/CompositionPeriod

Jump to: navigation, search

CompositionPeriod

Contains information about the era of a composition.

Elements

NameTypeDescription
id string Database ID of the composition period.
name string Name of the composition period.

XML Response Example

<CompositionPeriod>
  <id>MA0000000081</id>
  <name>Classical</name>
</CompositionPeriod>

JSON Response Example

{
  "id": "MA0000000081",
  "name": "Classical"
}
 
Personal tools