funnel-steps
Movimentação de projetos

Mover múltiplos projetos de etapa

Aplica a mesma movimentação a vários projetos de uma vez, com as mesmas verificações da movimentação individual. Projetos que já estão na etapa de destino são ignorados sem erro; qualquer outra recusa — restrição, requisito pendente ou bloqueio — interrompe o lote no projeto em que ocorreu, e os projetos seguintes da lista não são processados. As verificações estão descritas em Mover projetos entre etapas.

post/api/management/project-bulk-step-move

Request body

project_idsstring[] required

Projetos a mover. Obrigatório.

step_idinteger required

ID da etapa de destino. Obrigatório.

unlink_othersboolean

Quando true, desvincula cada projeto das demais etapas do mesmo funil.

force_funnel_linkboolean

Quando true, vincula ao funil os projetos que ainda não estiverem vinculados.

Response

Sucesso

responseboolean required

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

Changes

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

  • 3c590152d5b51016See the full diff
    • 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 uuid

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

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

      response-optional-property-removed

    • 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 Movimentação de projetos added

      api-tag-added

    • api tag project-bulk-step-move removed

      api-tag-removed