v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
Cloud Diagrams

Get layer components

Returns the specified components of a diagram layer. Provide at least one component type with one or more IDs in the request body (for example, node or element).

post/clouddiagrams/v1/statussheet/{id}/get

Path parameters

idstring required

Layer ID.

Query parameters

pstring

Space-separated projection fields for component documents.

Request body

nodestring[]

Node IDs to fetch.

elementstring[]

Element IDs to fetch.

linkstring[]

Link IDs to fetch.

groupstring[]

Group IDs to fetch.

attachmentstring[]

Attachment IDs to fetch.

notestring[]

Note IDs to fetch.

combinerstring[]

Combiner IDs to fetch.

Response

OK - Layer components returned.

nodeobject

Map of node ID to node component.

elementobject

Map of element ID to element component.

groupobject

Map of group ID to group component.

linkobject

Map of link ID to link component.

attachmentobject

Map of attachment ID to attachment component.

combinerobject

Map of combiner ID to combiner component.

noteobject

Map of note ID to note component.