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": "9425b646-2cac-4acc-ac47-87e16cafb094",
"Asset": {
"AssetId": "13ae3725-f060-4b53-b012-067afffbb83a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "dfb3eda8-214c-4a8f-938d-a5a321a49921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "de47dc3b-143d-47b9-9eba-60801995302f",
"CreateDate": "2026-08-09T23:41:15.0218483-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T23:41:15.0218483-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4fe2cad2-be4e-4f5a-af0f-30889f21dbc8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-09T23:41:15.0218483-07:00",
"MeasurementValueNeededDate": "2026-08-09T23:41:15.0218483-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "55579610-89a1-4072-a909-9a9c62daaf32",
"CreateDate": "2026-08-09T23:41:15.0218483-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T23:41:15.0218483-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-09T23:41:15.0218483-07:00",
"MeasurementValueNeededDate": "2026-08-09T23:41:15.0218483-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e11a204b-77f3-43ed-88f8-ae038fe1c46e",
"CreateDate": "2026-08-09T23:41:15.0218483-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-09T23:41:15.0218483-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "5ac3c4b4-bbf0-4bc4-9cc7-f17cc76d0e55",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d87f650a-50bc-490d-96ad-04be25cc1e48",
"CreateDate": "2026-08-09T23:41:15.0218483-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:41:15.037471-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-09T23:41:15.037471-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bbf64556-6a02-4877-b2e0-5cc64cd273b0",
"CreateDate": "2026-08-09T23:41:15.037471-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T23:41:15.037471-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}