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": "5e7b3382-f3ca-46c6-b2cc-40d6c94f984f",
"Asset": {
"AssetId": "a2ccbbf0-b1e4-443a-a0e0-4ae367ac62b0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b1d76e63-2b54-48c9-89fe-128af159be00",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba889913-36c2-4531-8d1d-f1902695d05e",
"CreateDate": "2026-03-24T03:43:42.5619025-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T03:43:42.5619025-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9b350428-9dcc-4cf8-b44d-d9281ef5d18d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T03:43:42.5619025-07:00",
"MeasurementValueNeededDate": "2026-03-24T03:43:42.5619025-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e4cfe2fc-e525-4556-8b2f-941b11b6f583",
"CreateDate": "2026-03-24T03:43:42.5619025-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T03:43:42.5619025-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T03:43:42.5619025-07:00",
"MeasurementValueNeededDate": "2026-03-24T03:43:42.5619025-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "80aed413-376e-44af-9ebf-a8894e9726da",
"CreateDate": "2026-03-24T03:43:42.5619025-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T03:43:42.5619025-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "f128d30d-12ca-4af4-a427-4df23e08237c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f81796a1-2a17-4cb8-a819-fc572565c801",
"CreateDate": "2026-03-24T03:43:42.5619025-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T03:43:42.5619025-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-24T03:43:42.5619025-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "3c08a7f7-019e-42a9-a8a3-6b338a1fa1cf",
"CreateDate": "2026-03-24T03:43:42.5619025-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T03:43:42.5619025-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}