GET NoteCategories?noteCategoryId={noteCategoryId}
Retrieves a note category by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| noteCategoryId |
Id of the note category |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the note category.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | NoteCategory |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"NoteCategoryId": "5a6b56be-dc5c-4bf5-b757-62be8389932a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "61dba351-2fe4-488e-a77b-4eeca404fd36",
"CreateDate": "2025-10-26T20:03:25.2645221-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-10-26T20:03:25.2645221-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}