cURL
curl --request GET \ --url https://api.olie.ai/api/management/projects/{project}/hierarchy/stats \ --header 'Authorization: Bearer <token>'
Retorna estatísticas detalhadas da hierarquia de um projeto, incluindo contagem de irmãos, ancestrais e informações sobre a estrutura hierárquica.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?