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": "53273e7c-a375-4f26-98e2-a1004a82d1c2",
"Asset": {
"AssetId": "bb2774dc-1f0e-479f-9aa3-589cfa139026",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "00098c8f-a1ac-4e66-9015-cca5fe7f4842",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7e882998-6e48-4f6e-ab00-500af6ce632f",
"CreateDate": "2025-12-01T09:46:48.8524167-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-01T09:46:48.8524167-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e6cb9882-e790-4532-b4fe-10ea0a141b07",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-01T09:46:48.8524167-08:00",
"MeasurementValueNeededDate": "2025-12-01T09:46:48.8524167-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1c9d7951-2630-4f2c-ad7e-a1287673557d",
"CreateDate": "2025-12-01T09:46:48.8524167-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-01T09:46:48.8524167-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-01T09:46:48.8524167-08:00",
"MeasurementValueNeededDate": "2025-12-01T09:46:48.8524167-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f89b6e65-8641-4822-8866-296b028d2aea",
"CreateDate": "2025-12-01T09:46:48.8524167-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-01T09:46:48.8524167-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "97ba3a67-baab-4f8f-a434-2cb5a9ebbe85",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7649190c-9b2a-430e-9457-1dd833282583",
"CreateDate": "2025-12-01T09:46:48.8524167-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-01T09:46:48.8524167-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2025-12-01T09:46:48.8524167-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1c985dab-26a4-455b-969a-72f10f43a695",
"CreateDate": "2025-12-01T09:46:48.8524167-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-01T09:46:48.8524167-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}