/{orgId}/{itemId}/diagrams/{diagramId}/{diagramVersion}/upgraded
Get an upgraded version of a diagram
Get an upgraded version of a workflow diagram that uses data references. If the version number does not exist, an error saying the specific diagram version does not exist is returned. The adminBasic or adminAdvanced privilege is required to get an upgraded diagram.
Note: You can upgrade a diagram by placing the transformed
JSON in the diagram
parameter of update
.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/diagrams/{diagramId}/{diagramVersion}/upgraded \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |