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": "a515ad68-f64c-4286-a400-90fd73c8100e",
"Asset": {
"AssetId": "c659bee2-2711-4d9e-99cf-33547c67d7ac",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7c552eaf-de62-4659-bebc-fc5136082484",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "326af756-4cca-4891-a306-9ec90833c267",
"CreateDate": "2026-02-23T10:22:44.7464132-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-23T10:22:44.7464132-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ee0b7942-665b-4a47-9849-516a50c78496",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-23T10:22:44.7464132-08:00",
"MeasurementValueNeededDate": "2026-02-23T10:22:44.7464132-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "aa206c14-2440-4a3d-b958-7c54725e15b5",
"CreateDate": "2026-02-23T10:22:44.7464132-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-23T10:22:44.7464132-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-23T10:22:44.7464132-08:00",
"MeasurementValueNeededDate": "2026-02-23T10:22:44.7464132-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e374c1e3-1728-42f7-910a-30aacbfd82d0",
"CreateDate": "2026-02-23T10:22:44.7464132-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-23T10:22:44.7464132-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "5fc45943-72a3-4e57-b396-2bd3741a038a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "dedbeb84-505a-4ffb-a995-e2c0c1b3a806",
"CreateDate": "2026-02-23T10:22:44.7464132-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T10:22:44.7464132-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-02-23T10:22:44.7464132-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "fb1c97c7-6875-4479-ac44-ca92fa657ae9",
"CreateDate": "2026-02-23T10:22:44.7464132-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-23T10:22:44.7464132-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}