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": "4dc5c85c-4f0a-4ddc-b4df-707d85c983fe",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b2be9e2c-2088-4091-87ad-6d0a75da6dea",
"CreateDate": "2025-12-01T15:14:05.4164267-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-01T15:14:05.4164267-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}