projects
Execuções

Obter minhas execuções

Retorna o panorama de execuções do usuário autenticado: a execução em andamento (se houver), as execuções recentes e os tempos acumulados no período — total trabalhado, tempo ocioso e tempo no projeto e na etapa atuais.

O período padrão é o dia de hoje e não pode passar de 30 dias. Quem não tem acesso aos cronômetros recebe os tempos como null e hidden_timers igual a true.

get/api/management/project-executions/me

Query parameters

start_datestring

Início do período (data ou data-hora). Padrão: começo do dia de hoje.

end_datestring

Fim do período. Padrão: fim do dia de hoje. No máximo 30 dias após start_date.

Response

Sucesso

responseboolean required

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

current_executionobject nullable

Execução em andamento, quando existe.

hidden_timersboolean

true quando o usuário não pode ver os próprios cronômetros; nesse caso os tempos vêm nulos.

total_timeinteger nullable

Tempo trabalhado no período, em segundos.

idle_timeinteger nullable

Tempo do período sem execução, em segundos.

current_project_total_timeinteger nullable

Tempo acumulado no projeto da execução atual, em segundos.

current_step_total_timeinteger nullable

Tempo acumulado na etapa da execução atual, em segundos.

Changes

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

  • 3c590152d5b513192See the full diff
    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • 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

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • added the optional property // to the response with the status

      response-optional-property-added

    • 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 new optional query request parameter end_date

      new-optional-request-parameter

    • added the new optional query request parameter start_date

      new-optional-request-parameter