GET api/File/DownloadDocumentPdf?GlobalDocumentId={GlobalDocumentId}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| GlobalDocumentId | globally unique identifier |
Required |
|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Base64Content | string |
None. |
|
| Timestamp | date |
None. |
|
| Type | string |
None. |
|
| ValidResult | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2",
"Base64Content": "sample string 3",
"Timestamp": "2025-12-31T00:10:25.2134891+00:00",
"Type": "sample string 5",
"ValidResult": true
}