GET file/document/all/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DocumentFileInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| FileId | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| FileName | string |
None. |
|
| LocalPath | string |
None. |
|
| FileTypeId | FileType |
None. |
|
| UserUploaded | string |
None. |
|
| FileBytes | Collection of byte |
None. |
|
| DateCreated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FileId": 1,
"Id": "acdf3e7a-0b59-40a1-8927-df9ad191aa07",
"FileName": "sample string 3",
"LocalPath": "sample string 4",
"FileTypeId": 0,
"UserUploaded": "sample string 5",
"FileBytes": "QEA=",
"DateCreated": "2026-06-03T07:51:02.8510721-04:00"
},
{
"FileId": 1,
"Id": "acdf3e7a-0b59-40a1-8927-df9ad191aa07",
"FileName": "sample string 3",
"LocalPath": "sample string 4",
"FileTypeId": 0,
"UserUploaded": "sample string 5",
"FileBytes": "QEA=",
"DateCreated": "2026-06-03T07:51:02.8510721-04:00"
}
]