Files

Criar arquivos

post
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
solution_idstringOpcional
Respostas
post
/files

Buscar arquivos

post
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
idsstring · uuid[]Opcional
Respostas
200

Files queried successfully

application/json
post
/files/query

Obter arquivo

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
fileIdstringObrigatório
Respostas
200

File retrieved successfully

application/json
get
/files/{fileId}

Obter conteúdo do arquivo

get
Parâmetros de rota
fileIdstringObrigatório
Parâmetros de consulta
jwtstringObrigatório
Respostas
get
/files/{fileId}/content

Sem conteúdo

Atualizado