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": "dda67682-6705-4196-8afc-a0285fa0bec5",
"Asset": {
"AssetId": "d5604a21-d384-4d87-96f4-873474f4cc35",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f91ce076-03fb-40d6-acd3-b33bac7b1594",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fb1b3df0-4e18-49e9-864e-cf8ca79a882f",
"CreateDate": "2026-01-16T16:18:52.7603944-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:18:52.7603944-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "67db3169-2490-4aa1-8061-7e2ea7ff5a5c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T16:18:52.7603944-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:18:52.7603944-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8a9ea866-7d72-423e-ab41-bfcee493224a",
"CreateDate": "2026-01-16T16:18:52.7603944-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:18:52.7603944-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-16T16:18:52.7603944-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:18:52.7603944-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5a909f82-4fd7-42ed-95b9-42ce546c8adc",
"CreateDate": "2026-01-16T16:18:52.7603944-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T16:18:52.7603944-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "c7ef0e0a-a710-41a5-aa63-c131b67380a3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0eec234a-68a4-4433-b868-7cd2a80901ea",
"CreateDate": "2026-01-16T16:18:52.7603944-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:18:52.7603944-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-01-16T16:18:52.7603944-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e5c956d6-e3f9-43f7-b428-674ef6dba9eb",
"CreateDate": "2026-01-16T16:18:52.7603944-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:18:52.7603944-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}