V1.Metadata.Common:MoviesType

Jump to: navigation, search

MoviesType

Contains information about a movie type.

Elements

NameTypeDescription
id String Database ID of the movie type.
name String The movie type.
weight String A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<MoviesType>
  <id>D   677</id>
  <name>Rock Musical</name>
  <weight>6</weight>
</MoviesType>

JSON Response Example

{
  "id":"D  677",
  "name":"Rock Musical",
  "weight":6
}
 
Personal tools