projects
Hierarquia

Obter a árvore da hierarquia

Retorna a árvore completa a partir do projeto informado — filhos, netos e bisnetos — com o nível de cada um, se é raiz ou folha, as estatísticas da estrutura e o caminho (breadcrumb) até o projeto atual.

A plataforma permite até quatro níveis de profundidade; veja Hierarquia de projetos.

get/api/management/projects/{project}/hierarchy/tree

Response

Sucesso

responseboolean required

Sempre true quando a operação é concluída.

Changes

Changed in 3 of the 79 revisions of this API.26

  • 3c590152d5b522See the full diff
    • the response property /// became nullable for the status

      response-property-became-nullable

    • the /// response's property type changed from no type to string, and format from no format to uuid for status

      response-property-type-changed

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • api tag Hierarquia added

      api-tag-added

    • api tag hierarchy removed

      api-tag-removed

    • api tag {id} removed

      api-tag-removed

    • added the media type application/json for the response with the status

      response-media-type-added