GET AttachmentCategories?take={take}&skip={skip}&sort[0].Field={sort[0].Field}&sort[0].Dir={sort[0].Dir}&sort[1].Field={sort[1].Field}&sort[1].Dir={sort[1].Dir}
Retrieves attachment categories for the given parameters. All parameters are optional.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| take |
Number of attachment categories to retrieve. Default is all attachment categories |
integer |
None. |
| skip |
Number of attachment categories to skip before retrieval |
integer |
Default value is 0 |
| sort |
List of sorting rules to describe how to sort the attachment categories before retrieval |
Collection of Sort |
None. |
| Operator | string |
None. |
|
| Field | string |
None. |
|
| Value | string |
None. |
|
| Logic | string |
None. |
|
| Filters | Collection of Filter |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of attachment categories.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of AttachmentCategory |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"AttachmentCategoryId": "b5547e88-3ea6-4347-b990-fa720e9882a2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c12cbbc0-7229-439c-a839-c15fe698577d",
"CreateDate": "2026-07-20T12:11:12.0831091-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-20T12:11:12.0831091-07:00",
"LastModifiedUser": "sample string 5"
},
{
"AttachmentCategoryId": "b5547e88-3ea6-4347-b990-fa720e9882a2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c12cbbc0-7229-439c-a839-c15fe698577d",
"CreateDate": "2026-07-20T12:11:12.0831091-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-20T12:11:12.0831091-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}