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": "9ba94a33-2f9a-4c76-aa98-8e4e2560b4de",
"Asset": {
"AssetId": "4110884f-a8bf-492e-af71-bb1d70bc80c4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d11e1c2a-2f2b-4b0f-a6a2-bdb986e983f9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bcf02f50-76b2-4ab5-ab36-a0ffc0fdc470",
"CreateDate": "2026-04-27T20:30:49.3696226-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:30:49.3696226-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "558146c2-75bb-4661-b4aa-9cf978ff3361",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-27T20:30:49.3696226-07:00",
"MeasurementValueNeededDate": "2026-04-27T20:30:49.3696226-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f59f7bad-9dd4-40d3-ae5e-7d71eedd7dbf",
"CreateDate": "2026-04-27T20:30:49.3696226-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:30:49.3696226-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-27T20:30:49.3696226-07:00",
"MeasurementValueNeededDate": "2026-04-27T20:30:49.3696226-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "66e9ea18-ef23-48bc-8ae9-bc483ea558a7",
"CreateDate": "2026-04-27T20:30:49.3696226-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-27T20:30:49.3696226-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "f97e6769-85d4-481d-8a30-1654b975f18c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "772013a7-d1d2-452d-a85f-ae0328b628f0",
"CreateDate": "2026-04-27T20:30:49.3696226-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-27T20:30:49.3696226-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-04-27T20:30:49.3696226-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4eac369f-fb2d-4d3d-a094-58126809d07a",
"CreateDate": "2026-04-27T20:30:49.3696226-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-27T20:30:49.3696226-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}