Set Object
The set object contains detailed information about a set in the library. This is used to retrieve and update set information.
Parameters
| Name | Type | Description |
|---|---|---|
| ID | string | The unique identifier of the set. |
| title | string | The title of the set. |
| quantity | int | The number of songs in the set. |
| datetime | date | The date of the set. |
| orderIndex | int | The method to use for returning songs in the set. |
| user | string | The unique identifier of the user who created the set. |
| created | date | The date and time the set was created. |
| modified | date | The date and time the set was last modified. |
| songs | array | The list of songs that are in the set sorted in custom order. |
Example
{
"modified" : "2010-06-20T17:14:58-04:00",
"user" : "87b7d2eededcd0f408ee4de1bfe8f42b300e47d6",
"orderMethod" : "orderIndex",
"quantity" : 1,
"created" : "1969-12-31T19:00:00-05:00",
"ID" : "welcome_to_song",
"title" : "Welcome"
}