GET api/records/files?cpf={cpf}&phone={phone}
Retorna os arquivos relacionados ao último atendimento ocupacional do funcionário identificado pelo CPF e telefone.
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cpf | string |
Required |
|
| phone | string |
Required |
Body Parameters
None.
Response Formats
application/json, text/json
Sample:
[
{
"ExamName": "sample string 1",
"TypeId": 1,
"TypeStr": "Admissional",
"Date": "13/05/2026",
"DateFormated": "13/05/2026",
"AttachmentUrl": "sample string 3",
"AnamnesisUrl": "sample string 4"
},
{
"ExamName": "sample string 1",
"TypeId": 1,
"TypeStr": "Admissional",
"Date": "13/05/2026",
"DateFormated": "13/05/2026",
"AttachmentUrl": "sample string 3",
"AnamnesisUrl": "sample string 4"
}
]