GET
/
api
/
v3
/
departments
/
tree
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/api/v3/departments/tree
{
  "data": {
    "node": null,
    "children": [
      {
        "node": {
          "id": 123,
          "name": "<string>",
          "url": "<string>"
        },
        "children": [
          "<any>"
        ]
      }
    ]
  }
}

Response

200
application/json
OK
data
object

Was this page helpful?