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": "7cc111ba-4e14-4cb1-9b29-25038ed15cc6",
"Asset": {
"AssetId": "a570cdd8-0f09-4f15-ae23-c68ad987699b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "23ba3d4f-0d43-4a46-81fb-e86746b587cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b678a020-d6f7-4aca-88bd-7db8a0e7cd26",
"CreateDate": "2026-04-10T18:12:16.5019463-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-10T18:12:16.5019463-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "971cec22-db6f-4fdc-a9d6-0f1323fde473",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-10T18:12:16.5019463-07:00",
"MeasurementValueNeededDate": "2026-04-10T18:12:16.5019463-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f2dee10f-6c7d-4151-b3ea-03471e46403e",
"CreateDate": "2026-04-10T18:12:16.5019463-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-10T18:12:16.5019463-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-10T18:12:16.5019463-07:00",
"MeasurementValueNeededDate": "2026-04-10T18:12:16.5019463-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d5d0480e-a0c4-44c6-a762-07f27bb025c2",
"CreateDate": "2026-04-10T18:12:16.5019463-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-10T18:12:16.5019463-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "ebb9367a-9488-488a-b4bb-df2a846cd685",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4790790b-6bc5-49a1-ac9f-dd5a163c2b70",
"CreateDate": "2026-04-10T18:12:16.5019463-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-10T18:12:16.5019463-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-04-10T18:12:16.5019463-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0a08c145-db74-4c73-a873-f658c21de074",
"CreateDate": "2026-04-10T18:12:16.5019463-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-10T18:12:16.5019463-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}