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": "d3cfcb02-fc27-4eef-8da5-f3c568caf35f",
"Asset": {
"AssetId": "40cab3a4-4ae1-4bcc-9935-3b91542a729a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e5abab55-49fc-45fa-a9c3-06c8f8737e6a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "09ba3268-c12d-49c5-8a81-b5fb09971c02",
"CreateDate": "2026-01-13T23:41:49.7625048-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-13T23:41:49.7625048-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2acf9894-7266-4bbf-8159-43b7d00fe1ae",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-13T23:41:49.7625048-08:00",
"MeasurementValueNeededDate": "2026-01-13T23:41:49.7625048-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "66daf38b-d89d-407d-9f1f-b0f9f236d0b2",
"CreateDate": "2026-01-13T23:41:49.7625048-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-13T23:41:49.7625048-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-13T23:41:49.7625048-08:00",
"MeasurementValueNeededDate": "2026-01-13T23:41:49.7625048-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "65495c1d-c8b1-4e05-bc38-0d2ab98b5add",
"CreateDate": "2026-01-13T23:41:49.7625048-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-13T23:41:49.7625048-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "3aea4d07-dacb-43b6-9651-5973f3bdd667",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0ab8e6a7-e893-4e81-a47a-28bebe4a257e",
"CreateDate": "2026-01-13T23:41:49.7625048-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-13T23:41:49.7625048-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-01-13T23:41:49.7625048-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "6e1639ae-67dc-4d3c-80b4-b73a6c347a72",
"CreateDate": "2026-01-13T23:41:49.7625048-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-13T23:41:49.7625048-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}