Dependencies
get
Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
403
Forbidden.
get
GET /v1/workspace/{id}/dependencies HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
{
"nodes": [
"text"
],
"edges": [
"text"
]
}
Was this helpful?