Exports
Request resource export
requests the creation of a resource export that will be assembled in background
REQUEST
PARAMETERS
workspaceUrl
required (path) - Workspace URLprojectUrl
required (path) - Project URL
RESPONSE
OK
: Returns information about the created resource export
Request information about a resource export
The information about a resource export. Can be used to wait for SUCCESS
status of a running resource export that can be downloaded then.
If the end status SUCCESS
has been reached, the resourceExports.downloadUrl
per file can be used to download the exported resource file.
REQUEST
PARAMETERS
workspaceUrl
required (path) - Workspace URLprojectUrl
required (path) - Project URLid
required - the id of an existing resource export
RESPONSE
OK
: Returns the resource export according to the given id
Last updated