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": "54c94809-9e7b-4751-a88e-b5d14063ee13",
"Asset": {
"AssetId": "15a98715-3f43-426d-825e-88cb34ecceca",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "991fad4e-f342-4a2b-8650-c46cad410ed1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "93e3940c-f1a1-4c9f-8e1e-565436d887d5",
"CreateDate": "2026-02-03T02:44:14.1326174-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T02:44:14.1326174-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ec04f377-7881-46d2-bdb8-d2da7d3a2563",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-03T02:44:14.1326174-08:00",
"MeasurementValueNeededDate": "2026-02-03T02:44:14.1326174-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b362a4e3-c3b6-4848-8f6a-040fbcce3304",
"CreateDate": "2026-02-03T02:44:14.1326174-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T02:44:14.1326174-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-03T02:44:14.1326174-08:00",
"MeasurementValueNeededDate": "2026-02-03T02:44:14.1326174-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "09f5f88b-bd32-4437-b0ed-6bc874dac890",
"CreateDate": "2026-02-03T02:44:14.1326174-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T02:44:14.1326174-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "675305f5-3c2d-44d1-8166-bb09e4ca8033",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "71445a65-f3a5-4d56-88e8-c6a246a85824",
"CreateDate": "2026-02-03T02:44:14.1326174-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-03T02:44:14.1326174-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-02-03T02:44:14.1326174-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9d9e8bee-e699-41d4-be21-13a54cd2d52e",
"CreateDate": "2026-02-03T02:44:14.1326174-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-03T02:44:14.1326174-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}