Para listar todas os documentos de um processo, basta informar o id do processo na URL.
Parâmetro | Descrição |
---|---|
database | (obrigatório) é o CPF/CNPJ da base de dados |
id_processo | (obrigatório) é o ID do processo retornado na consulta da capa. |
Exemplo de requisição
GET
https://api.loylegal.com/v1/{database}/documents/5e8f3e951b2f6000195694dg
Exemplo de resposta
{
"data": [
{
"_id": "5e8f4e855ecb9900194340af",
"justice": "5e8f3e951b2f6000195694df",
"filename": "Oficio1.pdf",
"secretLevel": "Sem Sigilo (Nível 0)",
"origin": "Automático",
"file": "33ce8d21dd77470a8e627851d74fca920fc2ac2436ee36b18a092e978b240e8f6f29ff1d4bc8669cfd956c5212b5feaf6c868e5e3c7e55169e4690963f81",
"fileSize": 29696,
"hashCode": "5199af979f3c2c506c0a5867030c6aea",
"type": {
"description": "Ofício"
}
},
{
"_id": "5e8f4e855ecb9900194340a0",
"justice": "5e8f3e951b2f6000195694df",
"filename": "Inicial.pdf",
"secretLevel": "Sem Sigilo (Nível 0)",
"origin": "Automático",
"file": "33ce8d21dd77470a8e627851d74fca920fc2ac2436ee32bd890e79c08c2a0edd6a24f61d4b9a359cfd956b5149b5f8a86983800c387f52449a4990963f81",
"fileSize": 593537,
"hashCode": "06777cf4603e4e01111d51adc41634d2",
"type": {
"description": "Inicial Junior 1"
}
},
{
"_id": "5e8f4e855ecb9900194340c9",
"justice": "5e8f3e951b2f6000195694df",
"filename": "Procuracao.pdf",
"secretLevel": "Sem Sigilo (Nível 0)",
"origin": "Automático",
"file": "33ce8d21dd77470a8e627851d74fca920fc2ac2436ee36b18d0c2dc18f220edc6025a71d4bca65ccfd95395612b5f8a865d4d252392f5012c44c90963f81",
"fileSize": 266880,
"hashCode": "657df01284e80f1172ec4835e73adbd1",
"type": {
"description": "Procuracao"
}
}
]
}
Password Protected