Export Resource
Exports a resource by its ID. If the request is successful, the resource binary content is available in the body of response message. It is up to the client application to properly fetch and process this attachment, for example by saving it to local file system. The exported resource has the same internal format as the resource exported using Orchestrator client.
Request
URI
GET
https://{api_host}/vco/api/resources/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
The request is successful
Operation doesn't return any data structure
401
User is not authorized
Operation doesn't return any data structure
404
Cannot find resource with the specified ID
Operation doesn't return any data structure