POST DocumentFileAttachment/GetWithFilter
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
Document File Attachment Filter Request Model| Name | Type | Additional information | Description |
|---|---|---|---|
| Search | string |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| OrderBy | string |
None. |
|
| OrderAscending | bool |
None. |
|
| DocumentAttachmentCategory | nullable integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Search": "sample string 1",
"Skip": 2,
"Take": 3,
"OrderBy": "sample string 4",
"OrderAscending": true,
"DocumentAttachmentCategory": 1
}
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Document File Attachment| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Document File Attachment |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"BusinessBaseId": "MQA%3d-Amm2OMM5Zwk%3d",
"ID": 1,
"DocumentType": 0,
"DocumentTypeDescription": "sample string 2",
"DocumentLinkTypeId": 1,
"DocumentNumber": "sample string 3",
"RelatedEntityName": "sample string 4",
"FileName": "sample string 5",
"DocumentDescription": "sample string 6",
"DocumentTotal": 7.0,
"DocumentCurrencyId": 1,
"Date": "2025-11-02",
"FileUID": "170357c4-c08e-491e-a568-df3a1f10c8ac",
"ApplicationUID": "4ec7c6a8-bf4e-4437-8d37-f14ebdda55e7"
},
{
"BusinessBaseId": "MQA%3d-Amm2OMM5Zwk%3d",
"ID": 1,
"DocumentType": 0,
"DocumentTypeDescription": "sample string 2",
"DocumentLinkTypeId": 1,
"DocumentNumber": "sample string 3",
"RelatedEntityName": "sample string 4",
"FileName": "sample string 5",
"DocumentDescription": "sample string 6",
"DocumentTotal": 7.0,
"DocumentCurrencyId": 1,
"Date": "2025-11-02",
"FileUID": "170357c4-c08e-491e-a568-df3a1f10c8ac",
"ApplicationUID": "4ec7c6a8-bf4e-4437-8d37-f14ebdda55e7"
}
]
}