Common/music/v1.1/CompositionComposer

Jump to: navigation, search

CompositionComposer

Contains information about the composer of a composition.

Elements

NameTypeDescription
id string Database ID of the composer.
name string Name of the composer.

XML Response Example

<CompositionComposer>
  <id>MN0000026350</id>
  <name>Wolfgang Amadeus Mozart</name>
</CompositionComposer>

JSON Response Example

{
  "id": "MN0000026350",
  "name": "Wolfgang Amadeus Mozart"
}
 
Personal tools