GET AttachmentCategories?attachmentCategoryId={attachmentCategoryId}
Retrieves an attachment category by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| attachmentCategoryId |
Id of the attachment category |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the attachment category.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AttachmentCategory |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AttachmentCategoryId": "556981f3-11b1-4e7e-a640-81808aeaaaeb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1c8a05b8-2769-4167-af9b-39e41a12ae5b",
"CreateDate": "2026-06-17T17:32:46.3207034-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T17:32:46.3207034-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}