getUpgradedDiagramVersion

GET
Use dark colors for code blocksCopy
1
/{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 transformedDiagram JSON in the diagram parameter of updateDiagram.

Query parameters

NameTypeRequired

token

string

Path parameters

NameTypeRequired

diagramId

string

diagramVersion

integer

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X GET /{orgId}/{itemId}/diagrams/{diagramId}/{diagramVersion}/upgraded \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

StatusMeaningDescriptionSchema

200

OK

success

UpgradedDiagramResponse

404

Not Found

error

WorkflowExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.