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": "da8a6487-e59b-4564-a028-5075baa75451",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "60a1d11e-defd-477c-aef0-a5ae6bc8d08b",
"CreateDate": "2026-02-05T17:00:47.4329702-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:00:47.4329702-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}