projects
Conteúdos e arquivos

Listar conteúdos do projeto

Lista os conteúdos de um projeto — textos, arquivos, áudios e registros de atividade — do mais recente para o mais antigo, com paginação.

Sem channel_id, apenas os conteúdos internos são retornados; informe o ID de um canal para ver a conversa trocada por ele. Consulte Paginação.

post/api/management/projects/{id}/media

Query parameters

pageinteger

Página desejada. Padrão 1.

perPageinteger

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

filterstring required

O que retornar: default (tudo, padrão), content (apenas conteúdos enviados por pessoas) ou logs (apenas registros de atividade).

searchstring

Termo buscado no texto do conteúdo.

channel_idstring

ID (UUID) do canal cuja conversa deve ser retornada. Sem ele, apenas os conteúdos internos aparecem.

Response

Sucesso

responseboolean required

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

Changes

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

  • 3c590152d5b5135See 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 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 format changed from uri to no format for status

      response-property-type-changed

    • 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 Conteúdos e arquivos added

      api-tag-added

    • api tag medias removed

      api-tag-removed

    • api tag {id} removed

      api-tag-removed

    • added the new optional query request parameter channel_id

      new-optional-request-parameter

    • added the new optional query request parameter search

      new-optional-request-parameter