GET NoteCategories?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 note categories for the given parameters. All parameters are optional.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
take |
Number of note categories to retrieve. Default is all note categories |
integer |
None. |
skip |
Number of note categories to skip before retrieval |
integer |
Default value is 0 |
sort |
List of sorting rules to describe how to sort the note 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 note categories.
Name | Description | Type | Additional information |
---|---|---|---|
Data | Collection of NoteCategory |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "NoteCategoryId": "4bc9f8dd-b064-4cdf-aee5-827c421c699b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4b28e8a4-7db3-4406-b19f-4686c71a0f6f", "CreateDate": "2024-10-10T15:22:23.9513382-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T15:22:23.9513382-07:00", "LastModifiedUser": "sample string 5" }, { "NoteCategoryId": "4bc9f8dd-b064-4cdf-aee5-827c421c699b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4b28e8a4-7db3-4406-b19f-4686c71a0f6f", "CreateDate": "2024-10-10T15:22:23.9513382-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T15:22:23.9513382-07:00", "LastModifiedUser": "sample string 5" } ], "Total": 1, "Message": "sample string 1" }