GET Notes?noteId={noteId}
Retrieves a note by its Id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| noteId |
Id of the note |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Note |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"NoteId": "177a5f01-9d26-4991-9a3e-d5f20b79c992",
"Asset": {
"AssetId": "44bdc286-96c1-4482-9d9c-bbdda373919d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d58a7eca-e4dc-481c-8548-cbcc772ca215",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9759858c-848a-4138-a47d-801c8a5cdf19",
"CreateDate": "2026-06-25T14:25:26.2265555-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:25:26.2265555-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "98ed1a6e-3a14-49dd-8112-d0854ef4ee17",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-25T14:25:26.2265555-07:00",
"MeasurementValueNeededDate": "2026-06-25T14:25:26.2265555-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ff5f6494-92a8-4339-b36d-caf903e509ae",
"CreateDate": "2026-06-25T14:25:26.2265555-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:25:26.2265555-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-25T14:25:26.2265555-07:00",
"MeasurementValueNeededDate": "2026-06-25T14:25:26.2265555-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f69ca2c3-8cf2-47a8-9e63-48a0e8897d4a",
"CreateDate": "2026-06-25T14:25:26.2265555-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T14:25:26.2265555-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "5331e1fb-5d91-4cb3-9a75-4fc076504ca3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bd653e45-a1d9-4ef2-89cf-e56641b3bd9e",
"CreateDate": "2026-06-25T14:25:26.2265555-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T14:25:26.2265555-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-06-25T14:25:26.2265555-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e547292e-94b6-4eba-94ca-6295f94cbb2c",
"CreateDate": "2026-06-25T14:25:26.2265555-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T14:25:26.2265555-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}