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": "df9f5874-6a73-4a54-a049-cc8b723d8bf6", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1e350e85-89f3-4b9b-942e-4c6ceca74d8f", "CreateDate": "2025-02-05T05:58:00.611268-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T05:58:00.611268-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }