funnel-steps
Etapas

Listar etapas disponíveis

Lista os funis da conta com suas etapas, etiquetas e status, para alimentar seletores de destino em telas de movimentação, automação e filtros. Os parâmetros id e search filtram etapas, etiquetas e status ao mesmo tempo e devolvem apenas os funis que tiverem alguma correspondência — id tem precedência sobre search. Os conceitos estão em Etapas do funil e Etiquetas, status e previsão.

get/api/management/get-available-steps

Query parameters

searchstring

Termo buscado no nome da etapa, da etiqueta e do status. Ignorado quando id é informado.

idstring

ID de uma etapa, etiqueta ou status específico. Retorna somente o funil dono do item.

Response

Sucesso

responseboolean required

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

Changes

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

  • 3c590152d5b5522See the full diff
    • the // response's property type changed from no type to integer for status

      response-property-type-changed

    • the //// response's property format changed from color to no format for status

      response-property-type-changed

    • the ////// response's property type changed from no type to string for status

      response-property-type-changed

    • the //// response's property type changed from no type to integer for status

      response-property-type-changed

    • the //// response's property format changed from color to no format for status

      response-property-type-changed

    • added the new active enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new inactive enum value to the // response property for the response status

      response-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

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

      response-media-type-added

    • added the new optional query request parameter id

      new-optional-request-parameter

    • added the new optional query request parameter search

      new-optional-request-parameter

    • api tag Etapas added

      api-tag-added

    • api tag get-available-steps removed

      api-tag-removed