InitialUploadResponse (JSON)
InitialUploadResponse
The InitialUploadResponse object has the following specification.
Member | Type | Description |
---|---|---|
gameClipId | string | ID assigned for the upload data request. |
uploadUri | URI | Location to which the game clip should be uploaded. |
largeThumbnailUri | URI | Optional. Location to which the large thumbnail should be uploaded. Presence of this field is determined by the ThumbnailSource Enumeration value in the InitialUploadRequest (will be present when the upload is specified). |
smallThumbnailUri | URI | Optional. Location to which the small thumbnail should be uploaded. Presence of this field is determined by the ThumbnailSource Enumeration value in the InitialUploadRequest (will be present when the upload is specified). |
Sample JSON syntax
{
"gameClipId": "6b364924-5650-480f-86a7-fc002a1ee752" ,
"uploadUri": "https://gameclips.xbox.live/upload/xuid(2716903703773872)/6b364924-5650-480f-86a7-fc002a1ee752/container",
"largeThumbnailUri": "https://gameclips.xbox.live/upload/xuid(2716903703773872)/6b364924-5650-480f-86a7-fc002a1ee752/container/thumbnails/large",
"smallThumbnailUri": "https://gameclips.xbox.live/upload/xuid(2716903703773872)/6b364924-5650-480f-86a7-fc002a1ee752/container/thumbnails/small"
}