Common/descriptor/v1.1/Mood

Jump to: navigation, search

Mood

Database ID for a mood that is recognized by Rovi Cloud Services.

Elements

NameTypeDescription
id string Database ID of the mood.
name string The mood.

XML Response Example

<Mood>
    <id>XA0000000931</id>
    <name>Acerbic</name>
</Mood>

JSON Response Example

{
    id: "XA0000000931",
    name: "Acerbic"
}
 
 
 
Personal tools