funnel-steps
Etapas

Obter dados da etapa

Carrega o conteúdo das colunas do quadro: para cada etapa informada, devolve os projetos visíveis ao usuário autenticado, já recortados por offset/limit, e o total de projetos da etapa. Com is_counting a resposta traz apenas os totalizadores da etapa — contagem e soma de orçamento — sem a lista de projetos, que é o modo usado para montar os cabeçalhos das colunas. O quadro está descrito em Configuração do quadro e o formato de filters segue Busca avançada.

post/api/management/get-step-data

Request body

is_countingboolean

Quando true, retorna apenas os totalizadores da etapa, sem a lista de projetos.

filtersobject[]

Filtros aplicados aos projetos de todas as etapas informadas.

Response

Sucesso

responseboolean required

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

Changes

Changed in 4 of the 79 revisions of this API.14718

  • 3c590152d5b514713See the full diff
    • request property /// was restricted to a list of enum values

      request-property-became-enum

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property became required

      request-property-became-required

    • the request property // became required

      request-property-became-required

    • the / request property type changed from no type to string, and format from no format to date

      request-property-type-changed

    • the / request property type changed from no type to string, and format from no format to date

      request-property-type-changed

    • the / request property type changed from no type to object

      request-property-type-changed

    • the // request property type changed from no type to integer

      request-property-type-changed

    • 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

    • 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's property type changed from no type to object for status

      response-property-type-changed

    • the // request property's min was set to 0.00

      request-property-min-set

    • 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 new optional request property ///

      new-optional-request-property

    • the request property became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • added the new asc enum value to the request property ///

      request-property-enum-value-added

    • added the new desc enum value to the request property ///

      request-property-enum-value-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

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

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added

    • added optional request body

      request-body-added-optional

    • api tag Etapas added

      api-tag-added

    • api tag get-step-data removed

      api-tag-removed