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": "77e8a63f-e8c8-4e1c-89af-d141cf05dd9d",
"Asset": {
"AssetId": "8ecfe974-52d8-42fb-baec-83ee656022d3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9a5ecd5c-1392-4186-a620-6c2cf16ea0d7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6e2d91d5-569a-440e-ab66-9c1e3eeaf740",
"CreateDate": "2026-06-10T07:25:41.9404288-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T07:25:41.9404288-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "229bb104-7292-4e39-99db-cf7532245323",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-10T07:25:41.9404288-07:00",
"MeasurementValueNeededDate": "2026-06-10T07:25:41.9404288-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "efcc1800-ad98-4753-a508-2d913f473064",
"CreateDate": "2026-06-10T07:25:41.9404288-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T07:25:41.9404288-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-10T07:25:41.9404288-07:00",
"MeasurementValueNeededDate": "2026-06-10T07:25:41.9404288-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "78654329-64e9-40ac-80b6-5ca7d02ad363",
"CreateDate": "2026-06-10T07:25:41.9404288-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-10T07:25:41.9404288-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "a65b665e-f2c1-4703-a6c6-d69d9f988527",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "45fc114d-740b-479b-b787-ff1fe2dfeb05",
"CreateDate": "2026-06-10T07:25:41.9404288-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-10T07:25:41.9404288-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-06-10T07:25:41.9404288-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a9b6ca5b-65f3-49a7-acd9-492815268ca4",
"CreateDate": "2026-06-10T07:25:41.9404288-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-10T07:25:41.9404288-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}