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": "f23f5de3-47db-4f48-b0cf-9a2e084ef08a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5fd38afc-710b-4d74-9ab6-71cb545f5608",
"CreateDate": "2026-01-16T16:21:10.3667498-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:21:10.3667498-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}