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": "959805aa-8ded-4ba3-82d8-fd688b254ab8",
"Asset": {
"AssetId": "05eb848a-4102-4db4-9bfd-250461358521",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7809e98d-129f-48b1-b142-538a09595fe3",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f2032507-9440-49ad-829d-4af145ee5f53",
"CreateDate": "2026-08-12T11:14:42.9901921-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:14:42.9901921-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "401d1a36-9ab9-4d1f-afcf-c35bdd4d55da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-12T11:14:42.9901921-07:00",
"MeasurementValueNeededDate": "2026-08-12T11:14:42.9901921-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c1954d1b-43ee-419a-a407-2d9fd3336385",
"CreateDate": "2026-08-12T11:14:42.9901921-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:14:42.9901921-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-12T11:14:42.9901921-07:00",
"MeasurementValueNeededDate": "2026-08-12T11:14:42.9901921-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4869f5c5-ef0f-4a6b-8129-9476fcd97616",
"CreateDate": "2026-08-12T11:14:42.9901921-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-12T11:14:42.9901921-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "7f51129d-767e-4c8c-a7db-496c554919d5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "28ceb012-d53a-4189-b98f-038d5fdd65a1",
"CreateDate": "2026-08-12T11:14:43.0059021-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:14:43.0059021-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-12T11:14:43.0059021-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "70430a1f-78a4-44ca-9c12-eb318ff0eba9",
"CreateDate": "2026-08-12T11:14:43.0059021-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:14:43.0059021-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}