get https://example.com/projects//version
Returns the requested version of the graph if available. A typescript implementation of the deserialization algorithm of this graph can be found at Github.
Responses
Returns the requested version of the graph if available. A typescript implementation of the deserialization algorithm of this graph can be found at Github.
xxxxxxxxxx
curl --request GET \
--url 'https://example.com/projects/id/version?version=latest' \
--header 'accept: application/json'