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": "f4c1af4c-0344-4947-935d-c671cd1939dd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "940d8b8c-47a4-43f0-9f71-b5fee5690b30",
"CreateDate": "2026-08-24T21:38:20.6881639-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-24T21:38:20.6881639-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}