Find the dependency path between two resources

GET/api/v1/dependencies/path

Parameters

fromquerystringrequired
toquerystringrequired

Responses

200Dependency path

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/dependencies/path" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Dependency path
Example response not yet documented.