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": "5a7ec659-29f5-4afb-90fc-bf589209cba8",
"Asset": {
"AssetId": "58e9ec6c-08f2-4338-b262-3cf11f796b4e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "142cfdf7-5253-4a78-8bfe-9358b9f2e712",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "dc57e47c-afa6-4f64-9b4b-5e15f925e4e1",
"CreateDate": "2026-03-01T01:42:51.8638513-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-01T01:42:51.8638513-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "15549d41-1ad6-4409-b779-1b138b2349f9",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-01T01:42:51.8638513-08:00",
"MeasurementValueNeededDate": "2026-03-01T01:42:51.8638513-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d5d40059-c8e6-47a0-adfb-23de438a371e",
"CreateDate": "2026-03-01T01:42:51.8638513-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-01T01:42:51.8638513-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-01T01:42:51.8638513-08:00",
"MeasurementValueNeededDate": "2026-03-01T01:42:51.8638513-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d0e697cf-599e-445c-b6e4-04d1281c1a2b",
"CreateDate": "2026-03-01T01:42:51.8638513-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-01T01:42:51.8638513-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "3a803897-3be5-47b7-8949-5c102a18a1ba",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5c8578ad-4222-4316-9a14-319c9ccae4d6",
"CreateDate": "2026-03-01T01:42:51.8638513-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-01T01:42:51.8638513-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-01T01:42:51.8638513-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1b3b2897-a287-488d-bcfb-fea6f4f94c7e",
"CreateDate": "2026-03-01T01:42:51.8638513-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-01T01:42:51.8638513-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}