REST interface for IBM BPM repository resources - Export Resource - GET Method

Use this method to export a snapshot of a process application or toolkit to a .twx file.

Sample method invocation

GET /bpm/repo/projects/{projectId}/export?snapshot={string}

Parameters

Required parameters
NameValue TypeDescription
snapshot string
The ID of the snapshot in process application or toolkit to be exported.

Request content

None

Response content

IBM BPM export (.twx) file

MIME type: application/zip

Error Response content

Detailed error information

The default content type is text/html.

MIME type: text/html

Status codes

The method returns one of the following status codes:
CodeDescription
200 OKSuccess completion.
400 Bad RequestThe parameters are not valid or they are missing.
401 UnauthorizedThe caller is not authorized for this request.
406 Not AcceptableThe requested content type or content encoding is not supported.
500 Internal Server ErrorA severe problem has occurred, programmer's details are provided.

Available since

8.5.0

Parent Topic: Export Resource