Seccl - Get a list of Seccl Nodes for the firm

GET /api/v1/addons/seccl/{addon}/nodes

Responses

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