project-funnels
Funis

Listar funis de projeto

Lista os funis da conta na ordem de exibição definida pelo usuário, cada um com a área de negócio e as contagens de projetos, etapas, etiquetas, status e anexos. Só retorna os funis ativos por padrão — envie filter[condition]=inactive para os inativos e filter[trashed]=with ou only para incluir os arquivados. Funis que o usuário autenticado não tem permissão de ver são omitidos da lista. Ver Criar e configurar um funil e Filtros básicos.

get/api/management/get-project-funnels

Query parameters

searchstring

Termo buscado no nome do funil. Ignorado quando id é informado.

idstring

ID de um funil específico. Retorna apenas ele.

filter[condition]string

Situação do funil: active (padrão quando o parâmetro é omitido) ou inactive.

filter[name]string

Nome exato do funil.

filter[business_area.id]string

ID da área de negócio dona dos funis.

filter[trashed]string

Arquivados: with inclui, only retorna apenas eles, without (padrão) omite.

Response

Sucesso

responseboolean required

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

Changes

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

  • 3c590152d5b5427See 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

    • 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

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • 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

    • the response property became required for the status

      response-property-became-required

    • added the new optional query request parameter filter[business_area.id]

      new-optional-request-parameter

    • added the new optional query request parameter filter[condition]

      new-optional-request-parameter

    • added the new optional query request parameter filter[name]

      new-optional-request-parameter

    • added the new optional query request parameter filter[trashed]

      new-optional-request-parameter

    • 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 Funis added

      api-tag-added

    • api tag get-project-funnels removed

      api-tag-removed