GET v1/application/cache/{environment}/{orgId}/{venue}/{appId}/{type}

Use this method to download a cached resources associated to the app and venue specified.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
environment

Environment associated to the organization.

string

Required

orgId

Organization for which to retrieve cached resources.

integer

Required

venue

Venue (Property) for which to retrieve cached resources.

string

Required

appId

App Id for which to retrieve cached resources.

integer

Required

type

Resource type to retrieve

DatabaseType

Required

Body Parameters

None.

Response Information

Resource Description

Returns an octet stream with the bytes for the cached resource type specified.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.