Skip to main content
Fetch multiple elements from a graph session object by id in a single call.

POST /revisions/:id/data/query (Command: get_session_graph_elements)

Ids that do not exist in the graph are silently omitted from the response (no error is raised for missing ids). This makes the command safe to use for cache-warming after receiving a session_graph_changed event: pass all changed element_id values from the event’s changes array and the server returns whichever still exist.

Request Body

Response

Errors

  • invalid_graph_envelope — the alias does not exist or its value.type is not "graph".

Example

See also