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": "76c65944-2914-481b-8ad4-e7f5de7c7247",
"Asset": {
"AssetId": "3f5bf316-7099-4ffc-9656-9e7b08af0e2f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0d0df449-0151-47cd-867e-ef81dc7b4b6d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "20abc6e3-f9ac-4847-ac03-f444240462ba",
"CreateDate": "2025-12-21T09:44:22.6484309-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:44:22.6484309-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e9b8c1de-0ba3-47a6-a65c-2f75ed509fb8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T09:44:22.6484309-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:44:22.6484309-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "858098c2-3a6a-4ce5-ba7d-003c2a1a21ed",
"CreateDate": "2025-12-21T09:44:22.6484309-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T09:44:22.6484309-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T09:44:22.6484309-08:00",
"MeasurementValueNeededDate": "2025-12-21T09:44:22.6484309-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "153e6c2d-6467-4128-af6d-2b6888c6d7b2",
"CreateDate": "2025-12-21T09:44:22.6484309-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:44:22.6484309-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "1c33dc71-5fc5-4ead-8723-b7a88f0fe627",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "33347d86-2845-40f5-8f93-2ea3f9996744",
"CreateDate": "2025-12-21T09:44:22.6484309-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T09:44:22.6484309-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2025-12-21T09:44:22.6484309-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "93806cda-ce14-40a0-9ef3-8c2da38b7a27",
"CreateDate": "2025-12-21T09:44:22.6484309-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-21T09:44:22.6484309-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}