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": "c0d260c9-d8da-48d5-b8d2-e203413123f4",
"Asset": {
"AssetId": "91e5210a-b452-4095-91c1-acd10fdd3718",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7875b10b-9bb3-4225-a22e-5436a7837abd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3989de3b-8d54-41a6-b7f9-0ed1b48b080a",
"CreateDate": "2025-11-14T23:03:59.6120028-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:03:59.6120028-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a8ef9e30-348f-442e-9408-3cc7310aaef8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-14T23:03:59.6120028-08:00",
"MeasurementValueNeededDate": "2025-11-14T23:03:59.6120028-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "44de07d8-337a-49e3-abdd-c9064e03692d",
"CreateDate": "2025-11-14T23:03:59.6120028-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-14T23:03:59.6120028-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-14T23:03:59.6120028-08:00",
"MeasurementValueNeededDate": "2025-11-14T23:03:59.6120028-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "477aafa0-1250-4620-a691-90ad7bc9fb99",
"CreateDate": "2025-11-14T23:03:59.6120028-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-14T23:03:59.6120028-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "3543cf48-952d-43b9-ae4d-e3e83fc517c7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "dcd8c3fc-0841-49e7-959d-e1564401383b",
"CreateDate": "2025-11-14T23:03:59.6120028-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-14T23:03:59.6120028-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2025-11-14T23:03:59.6120028-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c4cbdd66-2ca5-4a1a-be80-5b01bb5ab0ac",
"CreateDate": "2025-11-14T23:03:59.6120028-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-14T23:03:59.6120028-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}