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": "7a7aa858-846e-4690-997c-ac3d425dcc8b",
"Asset": {
"AssetId": "7ec5828d-a128-49a1-a5b8-7490bf53cdf6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9bff10b0-8538-43c7-a51f-218af4cde99f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a9389233-011c-4d12-83fa-e45b407f63b8",
"CreateDate": "2026-04-14T09:13:58.9986028-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:13:58.9986028-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "238a7892-e147-4a6f-b3c1-53b7d0e05050",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-14T09:13:58.9986028-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:13:58.9986028-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "aa5b460d-d9e5-42eb-b4b2-861ca2db4998",
"CreateDate": "2026-04-14T09:13:58.9986028-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:13:58.9986028-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-14T09:13:58.9986028-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:13:58.9986028-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0087250f-5014-44eb-8576-694420057a7d",
"CreateDate": "2026-04-14T09:13:58.9986028-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:13:58.9986028-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "f18bb54b-64b1-43d7-ba41-6a2a8ad5052d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d547cb9c-1007-4352-a3c4-b829613282b8",
"CreateDate": "2026-04-14T09:13:58.9986028-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:13:58.9986028-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-04-14T09:13:58.9986028-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c04d9ccb-acea-43ac-8016-de1277195078",
"CreateDate": "2026-04-14T09:13:58.9986028-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-14T09:13:58.9986028-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}