Responses

  • 200 application/json
    Hide response attributes Show response attributes object
GET /api/v1/addons/seccl/{addon}/nodes
curl \
 --request GET https://api.plannrcrm.com/api/v1/addons/seccl/addon/nodes \
 --header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json"
Response examples (200)
{
  "id": "123",
  "name": "Test Node",
  "nodeType": "Test Type",
  "parentNodeId": "0"
}