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": "bce30de6-67c3-4ca8-9d00-bb2457db1861",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a1adb93e-76fe-4c12-b9f1-e73792db1d9b",
"CreateDate": "2026-07-24T15:40:01.0087327-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-24T15:40:01.0087327-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}