Graph Data
Graph Data
GET /api/v1/graphs/{id}/versions/{version_id}/data
Get load Graph Data
Load graph data with all nodes and edges for visualization
Parameters
| Name | In | Type | Required |
|---|---|---|---|
id | path | string | true |
version_id | path | string | true |
Response
Type: map[string]interface{}
Example
curl -X GET \
-H "Authorization: Bearer <token>" \
https://api.seeme.ai/api/v1/graphs/{id}/versions/{version_id}/data