Listar execuções de um projeto
Lista as execuções registradas em um projeto, com paginação. Aceita recortes por pessoa, por etapa e por período, e ordenação por início ou término.
Consulte Filtro básico e Paginação.
Query parameters
Página desejada. Padrão 1.
Itens por página. Padrão 30, máximo 100.
ID (UUID) do usuário dono das execuções.
ID da etapa do funil em que a execução ocorreu.
Retorna execuções iniciadas nesta data ou depois dela.
Retorna execuções encerradas nesta data ou antes dela.
true retorna apenas as execuções em andamento; false, apenas as encerradas.
Ordenação por started_at ou finished_at. Use - antes do campo para ordem decrescente.
Response
Sucesso
Changes
Changed in 4 of the 79 revisions of this API.111310
- ▲
the response property
meta/frombecame nullable for the status200response-property-became-nullable
- ▲
the response property
meta/tobecame nullable for the status200response-property-became-nullable
- ▲
the response property
project_executions/items/finished_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
project_executions/items/finished_reasonbecame nullable for the status200response-property-became-nullable
- ▲
the response property
project_executions/items/funnel_stepbecame nullable for the status200response-property-became-nullable
- ▲
the response property
project_executions/items/hourly_ratebecame nullable for the status200response-property-became-nullable
- ▲
the response property
project_executions/items/projectbecame nullable for the status200response-property-became-nullable
- ▲
the response property
project_executions/items/userbecame nullable for the status200response-property-became-nullable
- ▲
the
project_executions/items/finished_at_realresponse's property type/format changed from/tostring/date-timefor status200response-property-type-changed
- ▲
the
project_executions/items/hourly_rateresponse's property type/format changed frominteger/tonumber/for status200response-property-type-changed
- ▲
the
project_executions/items/started_at_realresponse's property type/format changed from/tostring/date-timefor status200response-property-type-changed
- ●
removed the optional property
project_executions/items/funnel_step/funnelfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/funnel_step/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/funnel_step/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/funnel_step/project_funnel_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/project/codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/project/deleted_atfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/project/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/project/is_templatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/project/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/user/avatar_urlfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/user/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
project_executions/items/user/namefrom the response with the200statusresponse-optional-property-removed
- ○
the response property
project_executionsbecame required for the status200response-property-became-required
- ○
the response property
responsebecame required for the status200response-property-became-required
- ▲
- ○
api tag
Execuçõesaddedapi-tag-added
- ○
api tag
project-executionremovedapi-tag-removed
- ○
api tag
{id}removedapi-tag-removed
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○
- ○
added the new optional
queryrequest parameterfilter[is_running]new-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterperPagenew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortnew-optional-request-parameter
- ○
- ●
deleted the
queryrequest parameterexportrequest-parameter-removed
- ●