projects
Projetos

Listar projetos

Esta rota é normalmente utilizada para campos de autocomplete, e buscas mais simples, pois é uma rota que entrega menos informações que uma busca avançada. Se você estiver buscando encontrar projetos baseado em um conjunto de filtros avançados e específicos, considere usar a busca avançada.

Possui paginação e aceita alguns filtros via query params, consulte:

get/api/management/projects

Query parameters

pageinteger

Página desejada. Padrão 1.

perPageinteger

Itens por página. Padrão 30, máximo 100.

searchstring

Termo buscado no nome ou no código do projeto.

idstring

ID (UUID) de um projeto específico. Quando informado, search é ignorado.

trashedboolean

true retorna apenas os projetos na lixeira.

templateboolean

true retorna apenas os modelos de projeto.

sortstring

Campo de ordenação. Padrão created_at.

direction'asc' | 'desc'

Direção da ordenação: asc ou desc (padrão).

Response

Sucesso

responseboolean required

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

Changes

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

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

    • 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 string, and format from no format to uuid for status

      response-property-type-changed

    • the // response's property type changed from no type to string, and format from no format to date-time 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

    • 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

    • 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

    • 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

    • 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

    • api tag Projetos added

      api-tag-added

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

      response-media-type-added

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

      response-media-type-added

  • 142cd659869911See the full diff
    • deleted the query request parameter filter

      request-parameter-removed

    • added the new optional query request parameter id

      new-optional-request-parameter