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": "38de6703-603d-4534-b6f1-ab66faf214ce",
"MemberId": "6967818d-0c67-4883-b5f1-e4f8ce60df61",
"EncounterId": "4928e33e-2cfe-4aa3-b9f2-02a47e93cac5",
"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": "2025-12-18T13:10:50.2666312-06:00",
"ModifiedOnUTC": "2025-12-18T13:10:50.2666312-06:00",
"ModuleId": 1,
"DownloadUrl": "sample string 9",
"RecordId": "d84d1f70-01e8-4e6a-b5e1-b3e480048078",
"RecordTypeId": 1,
"StatusId": "sample string 10"
},
{
"Id": "38de6703-603d-4534-b6f1-ab66faf214ce",
"MemberId": "6967818d-0c67-4883-b5f1-e4f8ce60df61",
"EncounterId": "4928e33e-2cfe-4aa3-b9f2-02a47e93cac5",
"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": "2025-12-18T13:10:50.2666312-06:00",
"ModifiedOnUTC": "2025-12-18T13:10:50.2666312-06:00",
"ModuleId": 1,
"DownloadUrl": "sample string 9",
"RecordId": "d84d1f70-01e8-4e6a-b5e1-b3e480048078",
"RecordTypeId": 1,
"StatusId": "sample string 10"
}
]