GET NoteCategories?noteCategoryId={noteCategoryId}

Retrieves a note category by its Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
noteCategoryId

Id of the note category

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, the note category.

NameDescriptionTypeAdditional information
Data

NoteCategory

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "NoteCategoryId": "1c8c0935-9d4f-497d-8eb0-a1cbc56eb32b",
    "Name": "sample string 1",
    "SourceSystemId": "sample string 2",
    "CompanyId": "7405ba70-0e75-4f24-87dd-f2b34e17e5e8",
    "CreateDate": "2024-04-28T17:06:24.7202739-07:00",
    "CreateUser": "sample string 4",
    "LastModifiedDate": "2024-04-28T17:06:24.7202739-07:00",
    "LastModifiedUser": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}