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": "e25df10a-3168-46c5-a871-9709d0f7f791",
"Asset": {
"AssetId": "8b8c0639-95f6-4089-ad92-bc7382fb4667",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "90f5ae3a-1292-4135-8367-a4f1f45e34cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "113912ae-e981-4e3a-b876-cd0bc30bb0b5",
"CreateDate": "2026-07-21T00:22:03.5536665-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T00:22:03.5536665-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d5edcc75-59ab-4ab8-a540-3ff705bbcdaf",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-21T00:22:03.5536665-07:00",
"MeasurementValueNeededDate": "2026-07-21T00:22:03.5536665-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ce51c363-69fb-40fa-943c-4d7a2728fc77",
"CreateDate": "2026-07-21T00:22:03.5536665-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T00:22:03.5536665-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-21T00:22:03.5536665-07:00",
"MeasurementValueNeededDate": "2026-07-21T00:22:03.5536665-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "28a6565b-e249-4590-930e-c7b33b3aea4f",
"CreateDate": "2026-07-21T00:22:03.5536665-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-21T00:22:03.5536665-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "f24f99a9-e565-4ec7-9dcd-8ef83d3e769c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5b69c083-6728-4dda-8e80-9b94704964e4",
"CreateDate": "2026-07-21T00:22:03.5536665-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:22:03.5536665-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-07-21T00:22:03.5536665-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "49a546b7-1356-49e9-b9aa-4e8475877081",
"CreateDate": "2026-07-21T00:22:03.5536665-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:22:03.5536665-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}