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": "65d46a67-dbdf-4907-9cbc-e02681ee7925",
"Asset": {
"AssetId": "a7fbb3be-0491-4f8a-89aa-e51a96de215c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5858ab65-79f4-4cd2-bfd7-f0856d80b718",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b6ed589b-03e1-4fc5-ac7d-a82f49bc7577",
"CreateDate": "2026-02-05T17:03:13.5519621-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:03:13.5519621-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "08de7aec-b69f-49ba-b8ac-405664918088",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-05T17:03:13.5519621-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:03:13.5519621-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "209fde7e-6b1f-4639-b4f3-50c4f2a1c7a4",
"CreateDate": "2026-02-05T17:03:13.5519621-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:03:13.5519621-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-05T17:03:13.5519621-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:03:13.5519621-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "39eff207-7d37-4a51-87cc-636eeb1285ea",
"CreateDate": "2026-02-05T17:03:13.5519621-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:03:13.5519621-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "681f3912-5759-48ac-9968-a87148959d6c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "56bc1ce4-4ae9-46ff-bde5-a349f3bc3127",
"CreateDate": "2026-02-05T17:03:13.5519621-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:03:13.5519621-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-02-05T17:03:13.5519621-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e1a75fdb-a445-41f7-a238-23269a83f2d7",
"CreateDate": "2026-02-05T17:03:13.5519621-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-05T17:03:13.5519621-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}