GET api/Document?moduleName={moduleName}&memberId={memberId}&encounterId={encounterId}&languagecode={languagecode}&statusid={statusid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
moduleName | string |
Required |
|
memberId | globally unique identifier |
Required |
|
encounterId | globally unique identifier |
Required |
|
languagecode | string |
Required |
|
statusid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DocumentListModelName | 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": "8ba11f5a-fc63-4caf-8061-7b1b3547b469", "MemberId": "3e83daa3-e87f-4481-8efa-e1c690e694c0", "EncounterId": "e8c7d962-3800-44e6-993d-3c773c42f486", "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-07-03T13:12:19.7753581-05:00", "ModifiedOnUTC": "2025-07-03T13:12:19.7753581-05:00", "ModuleId": 1, "DownloadUrl": "sample string 9", "RecordId": "2a644172-85ef-4857-b982-f10898db02a8", "RecordTypeId": 1, "StatusId": "sample string 10" }, { "Id": "8ba11f5a-fc63-4caf-8061-7b1b3547b469", "MemberId": "3e83daa3-e87f-4481-8efa-e1c690e694c0", "EncounterId": "e8c7d962-3800-44e6-993d-3c773c42f486", "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-07-03T13:12:19.7753581-05:00", "ModifiedOnUTC": "2025-07-03T13:12:19.7753581-05:00", "ModuleId": 1, "DownloadUrl": "sample string 9", "RecordId": "2a644172-85ef-4857-b982-f10898db02a8", "RecordTypeId": 1, "StatusId": "sample string 10" } ]