Retorna uma lista de conteúdos do projeto com base nos filtros fornecidos.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID do projeto
"<string>"
Número da página a ser retornada. Começa em 1
"1"
Quantidade de itens exibidos por página. Define o tamanho da página de resultados
"30"
Filtro aplicado ao resultado. Valores possíveis: logs, content, default.
"default"
Lista de conteúdos do projeto retornada com sucesso
[
{
"created_at": "<dateTime>",
"deleted_at": "<dateTime>",
"extension": "<string>",
"file_url": "<uri>",
"frame_id": "<uuid>",
"id": "<uuid>",
"log": "<string>",
"name": "<string>",
"project_id": "<uuid>",
"technical_name": "<string>",
"text": "<string>",
"type": "<integer>",
"updated_at": "<dateTime>",
"user": {},
"user_id": "<uuid>"
},
{
"created_at": "<dateTime>",
"deleted_at": "<dateTime>",
"extension": "<string>",
"file_url": "<uri>",
"frame_id": "<uuid>",
"id": "<uuid>",
"log": "<string>",
"name": "<string>",
"project_id": "<uuid>",
"technical_name": "<string>",
"text": "<string>",
"type": "<integer>",
"updated_at": "<dateTime>",
"user": {},
"user_id": "<uuid>"
}
]"<boolean>"