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": "198cff81-3b46-497d-a56c-a655c166f3ed",
"Asset": {
"AssetId": "4418254c-d987-44c6-9e3d-4c0034bee8a5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "39a8b0f0-361e-4de1-83ea-6996fe12a2fa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b1a531d6-9fb7-4bf2-9562-6dd0dfc756d5",
"CreateDate": "2025-11-19T14:48:50.4723085-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-19T14:48:50.4723085-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "70eec9a3-c55a-48f9-88e6-cace64e3b907",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-19T14:48:50.4723085-08:00",
"MeasurementValueNeededDate": "2025-11-19T14:48:50.4723085-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b957191c-f66d-4af4-aa46-91ad89818f62",
"CreateDate": "2025-11-19T14:48:50.4723085-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-19T14:48:50.4723085-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-19T14:48:50.4723085-08:00",
"MeasurementValueNeededDate": "2025-11-19T14:48:50.4723085-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e505b270-1325-4320-b3bc-ead875c1777c",
"CreateDate": "2025-11-19T14:48:50.4723085-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-19T14:48:50.4723085-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "ae834cbc-2a2e-4b77-8492-45db38f8046f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "20eda55d-4ff2-4596-a388-8881367ce0b1",
"CreateDate": "2025-11-19T14:48:50.4723085-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-19T14:48:50.4723085-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2025-11-19T14:48:50.4723085-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b88bc22b-3da1-415e-af43-82c0ac4df9dd",
"CreateDate": "2025-11-19T14:48:50.4723085-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-19T14:48:50.4723085-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}