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": "0726bb13-b5a5-4048-9e6b-709a4d962c8f",
"Asset": {
"AssetId": "bdb3d9c1-986e-48d9-ac61-647b605054b9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3aa2f5f4-ade6-4f73-85c1-227505695381",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "df799645-f451-4e2b-bd43-9bd9e23fe79d",
"CreateDate": "2026-03-19T04:44:41.5936563-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-19T04:44:41.5936563-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "292e981f-2bf8-45c9-929e-52f6fee663b0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-19T04:44:41.5936563-07:00",
"MeasurementValueNeededDate": "2026-03-19T04:44:41.5936563-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "77087a35-5d7d-4c89-a9a9-fd9043ee9763",
"CreateDate": "2026-03-19T04:44:41.5936563-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-19T04:44:41.5936563-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-19T04:44:41.5936563-07:00",
"MeasurementValueNeededDate": "2026-03-19T04:44:41.5936563-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4cdbdd44-969b-4405-982a-3be24b9a2508",
"CreateDate": "2026-03-19T04:44:41.5936563-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-19T04:44:41.5936563-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "323ce23c-849c-4304-a63f-0711fb6b445d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "15f91c70-dd35-49b2-bf5e-cd115aa13c08",
"CreateDate": "2026-03-19T04:44:41.5936563-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-19T04:44:41.5936563-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-19T04:44:41.5936563-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f0eb540e-0345-4ee1-88fc-7a3af8a2bfa5",
"CreateDate": "2026-03-19T04:44:41.5936563-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-19T04:44:41.5936563-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}