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": "d468fadd-7fb5-4fcd-82ce-072934c61a2d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "45b28f14-6081-478a-b3b7-6d5b68b02fbb",
"CreateDate": "2026-03-03T08:12:38.4713842-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-03T08:12:38.4713842-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}