QueryClipsResponse (JSON)
Wraps the list of return game clips along with paging information for the list.
QueryClipsResponse
The QueryClipsResponse object has the following specification.
Member | Type | Description |
---|---|---|
gameClips | array of GameClip | An array of game clips that satisfied the query up to the request limit (maxItems). |
pagingInfo | PagingInfo | Contains the information needed for continuation and paging for subsequent calls for lists that exceed the request limit (maxItems). |
Sample JSON syntax
{
"gameClips": [
{
"id": "7ce5c1a7-1255-46d3-a90e-34a0e2dfab06",
"xuid": "2716903703773872",
"state": "Published",
"dateRecorded": "2012-12-23T12:00:00Z",
"lastModified": "2012-10-31T10:45:00Z",
"clipName": "Forza 4",
"userCaption": "My awesome car flip",
"eventId": "mymagicmomentABCDEFG",
"type": "DeveloperInitiated, Achievement",
"source": "TitleDirect",
"visibility": "Default",
"durationInSeconds": 30,
"scid": "ecb5497e-76d4-4a8a-870d-e76a26306b7d",
"rating": 1.0,
"views": 5,
"thumbnails": [
{
"uri": "http://gameclips.xbox.com/thumbnails/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/small.jpg",
"fileSize": 123,
"width": 120,
"height": 250
}
],
"gameClipUris": [
{
"uri": "http://gameclips.xbox.com/clips/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/clip.mp4",
"fileSize": 1234565,
"uriType": "Download",
"expiration": "9999-12-31T23:59:59.9999999"
}
]
},
{
"id": "7ce5c1a7-1255-46d3-a90e-34a0e2dfab06",
"xuid": "2716903703773872",
"state": "Published",
"dateRecorded": "2012-12-23T12:00:00Z",
"lastModified": "2012-12-23T12:00:00Z",
"clipName": "Halo 4 Magic Moment",
"userCaption": "You've been pwn3d!",
"eventId": "123456",
"type": "Achievement",
"source": "Console",
"visibility": "Public",
"durationInSeconds": 50,
"scid": "d4dd889f-813f-42cf-ad2f-3063e6ded066",
"rating": 0.5,
"views": 5,
"properties": "{ 'Boss': 'The Invincible' }",
"systemProperties": "{ 'Id': '123456', 'Location': 'C:\\videos\\123456.mp4' }",
"thumbnails": [
{
"uri": "http://gameclips.xbox.com/thumbnails/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/small.jpg",
"fileSize": 123,
"width": 120,
"height": 250
}
],
"gameClipUris": [
{
"uri": "http://gameclips.xbox.com/clips/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/clip.mp4",
"fileSize": 1234567,
"uriType": "Download",
"expiration": "9999-12-31T23:59:59.9999999"
},
{
"uri": "http://gameclips.xbox.com/clips/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/manifest",
"fileSize": 0,
"uriType": "SmoothStreaming",
"expiration": "2013-01-18T11:25:51.6522794Z"
}
]
}
],
"pagingInfo": {
"continuationToken": "",
"totalItems": 2
}
}
See also
Parent
JavaScript Object Notation (JSON) Object Reference