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": "e90a3cd7-fc6b-47f4-ba97-167df5459386",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b412ea42-4806-4823-8dab-3e37aebf59c2",
"CreateDate": "2026-01-13T23:45:53.9538897-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-13T23:45:53.9538897-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}