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": "80dd4655-5b75-42b4-80e4-b2c504acedeb", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2b554f5e-ab8c-46bc-8c94-6bec42c09887", "CreateDate": "2024-11-21T05:06:26.9279088-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-21T05:06:26.9279088-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }