Skip to content

Get the full path of an entity

GET
/v1/entities/{id}/path
curl --request GET \
--url https://example.com/api/v1/entities/example/path \
--header 'Authorization: <Authorization>'
id
required
string

Entity ID

OK

Media type application/json
Array<object>
object
id
string
name
string
type
string
Allowed values: location item
Example
[
{
"type": "location"
}
]