Get all diagrams
Get all the diagrams. Only the latest version is returned when a diagram has more than one version. Inactive diagram is returned when it is the only existing version of the diagram. The active and draft properties in the returned results indicate if the active or draft versions of the diagram exists.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/diagrams \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"diagrams": [
{
"diagramId": "string",
"diagramName": "string",
"description": "string",
"active": true,
"draft": true
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | Inline | |
| error |
Response details
Status Code 200
DiagramDescriptions
Name | Type | Required |
---|---|---|
| ||
|
| |
|
| |
|
| |
|
| |
|
|