UserQueue

From Gvp-public
Jump to navigation Jump to search


Members

Field Data Type Description
All int
Favorites int
LastChance int
LastViewed int
QueueItems Array of QueueItem
Rented int


Example

{

"All": 24,
"LastViewed": 1,
"LastChance": 0,
"Rented": 0,
"Favorites": 23,
"QueueItems": [
QueueItem
]

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also