GET api/Game/{imageClientName}/archive
Returns the game Archive by Image Client Name
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
imageClientName |
Image Client Name |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Archive
ArchiveName | Description | Type | Additional information |
---|---|---|---|
ArchiveKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ArchiveKey": "sample string 1" }
application/xml, text/xml
Sample:
<Archive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yummy.Portal.Models"> <ArchiveKey>sample string 1</ArchiveKey> </Archive>