GET api/records/files?code={code}&cpf={cpf}&phone={phone}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
|
| 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": "19/03/2026",
"DateFormated": "19/03/2026",
"AttachmentUrl": "sample string 3",
"AnamnesisUrl": "sample string 4"
},
{
"ExamName": "sample string 1",
"TypeId": 1,
"TypeStr": "Admissional",
"Date": "19/03/2026",
"DateFormated": "19/03/2026",
"AttachmentUrl": "sample string 3",
"AnamnesisUrl": "sample string 4"
}
]