Common/descriptor/v1.1/Style2

Jump to: navigation, search

Style

Contains information about a style.

Elements

NameTypeDescription
id string Database ID of the style.
name string The style.
type string Type of style.

XML Response Example

<style>
  <id>MA0000011923</id>
  <name>Bass Music</name>
  <type>Music Style</type>
</style>

JSON Response Example

{
  "id": "MA0000011923",
  "name": "Bass Music",
  "type": "Music Style"
},
 
Personal tools