projects
Execuções

Obter o painel de execuções do projeto

Consolida o tempo trabalhado no projeto: total investido, número de sessões, duração média, distribuição por funil e etapa e o ranking de pessoas por tempo — indicando quem está executando no momento. Todos os tempos são em segundos.

get/api/management/projects/{project}/project-executions/dashboard

Response

Sucesso

responseboolean required

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

Changes

Changed in 2 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 integer to number 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 Execuções added

      api-tag-added

    • api tag project-execution 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