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": "1d082fc3-a4f0-4bc7-9c4c-341e6587c6db",
"Asset": {
"AssetId": "8b38cf3e-a331-43e4-b9c0-f04c0d99d97c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "537c6738-171c-4508-9659-c9a51d41f149",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e29fe429-2102-477d-ac27-fcafd7ae440b",
"CreateDate": "2026-05-20T22:11:12.5718277-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T22:11:12.5718277-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "10a8eb8d-056b-4e6c-8384-8419301a7b3b",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-20T22:11:12.5718277-07:00",
"MeasurementValueNeededDate": "2026-05-20T22:11:12.5718277-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "622c6346-fcfa-4525-901d-b0b514d73f17",
"CreateDate": "2026-05-20T22:11:12.5718277-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-20T22:11:12.5718277-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-20T22:11:12.5718277-07:00",
"MeasurementValueNeededDate": "2026-05-20T22:11:12.5718277-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a3bdf7a0-c286-49d8-88fd-6696d1445e5f",
"CreateDate": "2026-05-20T22:11:12.5718277-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-20T22:11:12.5718277-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "7e3e6077-8fa1-4bb3-88ab-6fa9e39a9c7d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "da4a8a7e-10dc-495f-bcb0-8b7a41ef621b",
"CreateDate": "2026-05-20T22:11:12.5718277-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-20T22:11:12.5718277-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-20T22:11:12.5718277-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "27d92d68-e061-49b4-9d5e-28e160c52a20",
"CreateDate": "2026-05-20T22:11:12.5718277-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-20T22:11:12.5718277-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}