Seccl - Get a list of Seccl Nodes for the firm
Headers
-
Content-Type string
-
Accept string
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"
}