GET Fol/LineItemdocumentLibraryGet/projectAccountId/{showAccountId}/folOrderKey/{folOrderKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
|
| folOrderKey | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ShowAccountAttachmentWithLineItemDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LineItemId | integer |
None. |
|
| Id | integer |
None. |
|
| FileId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ShowAccountId | integer |
None. |
|
| Version | integer |
None. |
|
| Category | string |
None. |
|
| SubCategory | string |
None. |
|
| Description | string |
None. |
|
| EmailId | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedDate | date |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"LineItemId": 1,
"Id": 2,
"FileId": "1773a4a8-f0c3-445e-9b19-9102286aaecf",
"Name": "sample string 4",
"ShowAccountId": 5,
"Version": 6,
"Category": "sample string 7",
"SubCategory": "sample string 8",
"Description": "sample string 9",
"EmailId": "sample string 10",
"ModifiedBy": "sample string 11",
"ModifiedDate": "2025-12-14T22:14:26.0179907+00:00"
},
{
"LineItemId": 1,
"Id": 2,
"FileId": "1773a4a8-f0c3-445e-9b19-9102286aaecf",
"Name": "sample string 4",
"ShowAccountId": 5,
"Version": 6,
"Category": "sample string 7",
"SubCategory": "sample string 8",
"Description": "sample string 9",
"EmailId": "sample string 10",
"ModifiedBy": "sample string 11",
"ModifiedDate": "2025-12-14T22:14:26.0179907+00:00"
}
]