projects
Projetos

Listar IDs de projetos

Retorna somente os IDs dos projetos que correspondem aos filtros enviados, sem paginação e sem os demais dados do projeto. Útil para aplicar uma ação em lote sobre todo o resultado de uma busca.

Os filtros usam o mesmo formato da busca avançada.

post/api/management/projects/ids

Request body

Response

Sucesso

responseboolean required

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

project_idsstring[] required

IDs encontrados.

Changes

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

  • 3c590152d5b535See the full diff
    • added the new required request property //

      new-required-request-property

    • added the new required request property //

      new-required-request-property

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

      request-property-type-changed

    • added the new optional request property //

      new-optional-request-property

    • added the new optional request property //

      new-optional-request-property

    • added the new optional request property //

      new-optional-request-property

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • api tag Projetos added

      api-tag-added

    • api tag ids removed

      api-tag-removed

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

      response-media-type-added

    • added optional request body

      request-body-added-optional