Download an exported package

get

/AgentWeb/api/elementmanager/export/EMPackages/download/{id}

Returns a byte stream that represents the zip file containing the exported items

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema
Type: file
Back to Top

Examples

The following example shows how to download an export package.

cURL Command Example

curl -X GET https://mysite.example.com/AgentWeb/api/elementmanager/export/EMPackages/download/100012 -H "USERSESSION: feihg98GnT7i " -H "API_VERSION: 1"

Response Body Example

This downloads a zip file with the contents of the export package.

Back to Top