GET api/Document/GetDocument?docids={docids}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| docids | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DocumentListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| EncounterId | globally unique identifier |
None. |
|
| FileName | string |
None. |
|
| FilePath | string |
None. |
|
| ContentType | string |
None. |
|
| Content | string |
None. |
|
| Size | integer |
None. |
|
| Note | string |
None. |
|
| ThumbNail | string |
None. |
|
| TypeId | integer |
None. |
|
| Name | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedOnUTC | date |
None. |
|
| ModuleId | integer |
None. |
|
| DownloadUrl | string |
None. |
|
| RecordId | globally unique identifier |
None. |
|
| RecordTypeId | integer |
None. |
|
| StatusId | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "0d23d748-0b76-4a2e-8bcf-3b5f5210ab7f",
"MemberId": "867cfb1e-6f2c-4843-a92f-fd575fc9cafc",
"EncounterId": "17fd7132-1a37-4e40-a169-d31172002f64",
"FileName": "sample string 1",
"FilePath": "sample string 2",
"ContentType": "sample string 3",
"Content": "sample string 4",
"Size": 1,
"Note": "sample string 5",
"ThumbNail": "sample string 6",
"TypeId": 1,
"Name": "sample string 7",
"ModifiedBy": "sample string 8",
"ModifiedOn": "2026-05-06T13:33:10.6961789+00:00",
"ModifiedOnUTC": "2026-05-06T13:33:10.6961789+00:00",
"ModuleId": 1,
"DownloadUrl": "sample string 9",
"RecordId": "0136412f-2126-4bf8-9e02-e04aecca5440",
"RecordTypeId": 1,
"StatusId": "sample string 10"
},
{
"Id": "0d23d748-0b76-4a2e-8bcf-3b5f5210ab7f",
"MemberId": "867cfb1e-6f2c-4843-a92f-fd575fc9cafc",
"EncounterId": "17fd7132-1a37-4e40-a169-d31172002f64",
"FileName": "sample string 1",
"FilePath": "sample string 2",
"ContentType": "sample string 3",
"Content": "sample string 4",
"Size": 1,
"Note": "sample string 5",
"ThumbNail": "sample string 6",
"TypeId": 1,
"Name": "sample string 7",
"ModifiedBy": "sample string 8",
"ModifiedOn": "2026-05-06T13:33:10.6961789+00:00",
"ModifiedOnUTC": "2026-05-06T13:33:10.6961789+00:00",
"ModuleId": 1,
"DownloadUrl": "sample string 9",
"RecordId": "0136412f-2126-4bf8-9e02-e04aecca5440",
"RecordTypeId": 1,
"StatusId": "sample string 10"
}
]