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": "da5908f8-e900-460b-b09b-bb7faf6a06d0",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d1ec97be-bef6-420a-bf41-ea7cde85c7c9",
"CreateDate": "2026-04-30T21:02:49.4316366-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T21:02:49.4316366-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}