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": "90a15ae8-8505-486d-9bfa-ede42b4b9609",
"Asset": {
"AssetId": "c8091bb9-d4fc-4147-84c6-e5398c1a5375",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "15357091-bda8-4dd3-a911-3ca2666d1b4d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a45e7fd0-8b1d-468f-812d-fb4838769836",
"CreateDate": "2026-07-13T23:54:54.3154895-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:54:54.3154895-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ef6df9f5-2109-4ce4-b973-2e36f8461927",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-13T23:54:54.3154895-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:54:54.3154895-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0793524e-1ee9-4eb1-ba13-65746eb9b66b",
"CreateDate": "2026-07-13T23:54:54.3154895-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:54:54.3154895-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-13T23:54:54.3154895-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:54:54.3154895-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9b7a1a47-3ea4-4b0c-8b92-fa313923ea1c",
"CreateDate": "2026-07-13T23:54:54.3154895-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:54:54.3154895-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "5eac2458-df52-4412-bff4-351d7f30cde3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a2643091-e2a3-4304-90b3-e2de95cc9b1d",
"CreateDate": "2026-07-13T23:54:54.3154895-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:54:54.3154895-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-07-13T23:54:54.3154895-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0c7be50a-c54c-4a60-9b5d-722ab539fb4f",
"CreateDate": "2026-07-13T23:54:54.3154895-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-13T23:54:54.3154895-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}