GET api/appointments/attachments?code={code}&phone={phone}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
|
| phone | string |
Required |
Body Parameters
None.
Response Formats
application/json, text/json
Sample:
[
{
"ExamName": "sample string 1",
"PublicUrl": "sample string 2"
},
{
"ExamName": "sample string 1",
"PublicUrl": "sample string 2"
}
]