V1.Metadata.Common: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