Common/descriptor/v1.1/Category

Jump to: navigation, search

Category

Contains information about a category.

Elements

NameTypeDescription
id string ID for the category.
name string Category.

XML Response Example

<Category>
  <id>1391948</id>
  <name>Action/Adventure</name>
</Category>

JSON Response Example

This example is formatted with extra spaces and carriage returns to make it easy to read.
{
   "id":"1391948",
   "name":"Action/Adventure",
}
 
Personal tools