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": "9433d5bb-fb21-4bba-a1fa-4a57a2824c46",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "78ebc626-c677-40db-9cde-4280c2ef9d46",
"CreateDate": "2025-11-15T02:23:13.0072106-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-15T02:23:13.0072106-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}