ExportProcess
Description: Exports and downloads the specified process as a PRCX file.
URL: /exportProcess/<processLabel>?<queryStringParams>
Method: GET
Header: You must provide the authentication token in the header, using the following syntax:
{ Authorization : "Bearer" +" "+ token }
URL Params: Required: processLabel
Query String Params:
Name | Data Type | Mandatory | Default Value | Description |
---|---|---|---|---|
| string |
| “all” | The option used to specify which part of the process to export. Possible values are:
|
| boolean |
| True | This option specifies whether to export Process Variables |
| boolean |
| True | This option specifies whether to export Macros |
| boolean |
| True | This option specifies whether to export Documentation |
| boolean |
| True | This option specifies whether to export Graphics elements |
Response Codes
Code | Result | Response |
---|---|---|
Success | ||
200 | Success | OK |
Client errors | ||
400 | Bad request | |
401 | Unauthorized | |
404 | Not found |