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": "aa6fcad5-a0ab-475c-8611-5d668c82f9c2",
"Asset": {
"AssetId": "8e347878-58a4-421c-9bf6-1c6ed5b5aaaa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cf05972e-8711-4df6-a30d-4bdbda7fb341",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e7a13e01-57f7-4848-96ab-d9f9fea139c3",
"CreateDate": "2026-05-09T23:07:37.0370243-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:07:37.0370243-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "5a638c79-ba5a-4f87-abe0-b8e1ee161ed0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-09T23:07:37.0370243-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:07:37.0370243-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fddd804d-1f12-4387-bfb8-a355d9dad0ef",
"CreateDate": "2026-05-09T23:07:37.0370243-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:07:37.0370243-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-09T23:07:37.0370243-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:07:37.0370243-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8b371c8b-fd3c-4abb-abfd-eec2bfcdeb49",
"CreateDate": "2026-05-09T23:07:37.0370243-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:07:37.0370243-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "0fd9938a-62d8-4460-91d3-eadd6a1e0868",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "62b88a75-32f0-4e5c-97d3-c855444351cd",
"CreateDate": "2026-05-09T23:07:37.0370243-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:07:37.0370243-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-09T23:07:37.0370243-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7efef38f-32da-4a23-b6d0-cd4997906e56",
"CreateDate": "2026-05-09T23:07:37.0370243-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:07:37.0370243-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}