Skip to content

Get Locations Tree

GET
/v1/entities/tree
curl --request GET \
--url https://example.com/api/v1/entities/tree \
--header 'Authorization: <Authorization>'
withItems
boolean

Include items in response tree

OK

Media type application/json
Array<object>
object
children
Array<object> recursive
id
string
name
string
type
string
Example generated
[
{
"children": [],
"id": "example",
"name": "example",
"type": "example"
}
]