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": "79da791e-2843-424a-84bf-2cd08a08414a",
"MemberId": "8dc2d25e-9eda-4c75-bdb0-be658557f3d7",
"EncounterId": "fd26ef1b-2f09-4098-b3d6-9e7fc080737b",
"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-02-03T20:56:53.1215598-06:00",
"ModifiedOnUTC": "2026-02-03T20:56:53.1215598-06:00",
"ModuleId": 1,
"DownloadUrl": "sample string 9",
"RecordId": "b57ac0f2-5bc1-4a1c-ba4d-d9e6cf838eae",
"RecordTypeId": 1,
"StatusId": "sample string 10"
},
{
"Id": "79da791e-2843-424a-84bf-2cd08a08414a",
"MemberId": "8dc2d25e-9eda-4c75-bdb0-be658557f3d7",
"EncounterId": "fd26ef1b-2f09-4098-b3d6-9e7fc080737b",
"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-02-03T20:56:53.1215598-06:00",
"ModifiedOnUTC": "2026-02-03T20:56:53.1215598-06:00",
"ModuleId": 1,
"DownloadUrl": "sample string 9",
"RecordId": "b57ac0f2-5bc1-4a1c-ba4d-d9e6cf838eae",
"RecordTypeId": 1,
"StatusId": "sample string 10"
}
]