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": "9fc52bff-78a3-4bb6-9446-0ef0355fcd86",
"Asset": {
"AssetId": "7592522e-09b3-4459-979f-06fc22982b10",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ee7f85ed-e67e-4243-ae2c-32278374cefc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "52f1b567-7fca-4adc-aac2-1a8893ef44ba",
"CreateDate": "2026-04-30T21:01:25.2549378-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:01:25.2549378-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f42cdd19-2637-4ad8-984e-33b05e6890ad",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T21:01:25.2549378-07:00",
"MeasurementValueNeededDate": "2026-04-30T21:01:25.2549378-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0575a386-8b48-4d63-958d-f67fbb15f271",
"CreateDate": "2026-04-30T21:01:25.2549378-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:01:25.2549378-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T21:01:25.2549378-07:00",
"MeasurementValueNeededDate": "2026-04-30T21:01:25.2549378-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e94b3803-cce8-4b04-b6d1-1cef4d782864",
"CreateDate": "2026-04-30T21:01:25.2549378-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T21:01:25.2549378-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "a8a2d78a-61f4-4a45-b732-65d32482c61d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8b0086b7-b61a-4a2d-b478-b2dc9b77b1e6",
"CreateDate": "2026-04-30T21:01:25.2549378-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T21:01:25.2549378-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-04-30T21:01:25.2549378-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7c6cfaba-e9d2-4203-95d0-3ded6566c135",
"CreateDate": "2026-04-30T21:01:25.2549378-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-30T21:01:25.2549378-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}