GET documentLibraryGet/{showAccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| showAccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ShowAccountAttachmentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
[
{
"Id": 1,
"FileId": "c86e8c85-faf7-408d-86ba-3f9c2fed200b",
"Name": "sample string 3",
"ShowAccountId": 4,
"Version": 5,
"Category": "sample string 6",
"SubCategory": "sample string 7",
"Description": "sample string 8",
"EmailId": "sample string 9",
"ModifiedBy": "sample string 10",
"ModifiedDate": "2025-12-14T08:14:07.3647788+00:00"
},
{
"Id": 1,
"FileId": "c86e8c85-faf7-408d-86ba-3f9c2fed200b",
"Name": "sample string 3",
"ShowAccountId": 4,
"Version": 5,
"Category": "sample string 6",
"SubCategory": "sample string 7",
"Description": "sample string 8",
"EmailId": "sample string 9",
"ModifiedBy": "sample string 10",
"ModifiedDate": "2025-12-14T08:14:07.3647788+00:00"
}
]