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": "f25a3c5d-bb7c-44e4-99f2-00dd33f9e827",
"Asset": {
"AssetId": "ac26b610-2968-427f-bf42-8b97732fcd07",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c52aebff-9dd8-4d0c-9eed-b0dbec042bbc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f14d4c36-2407-4dc8-b413-35ba22e9ab95",
"CreateDate": "2025-12-10T02:16:38.5118138-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T02:16:38.5118138-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fc9a2748-d81a-4274-930d-a7aca22cb7d2",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-10T02:16:38.5118138-08:00",
"MeasurementValueNeededDate": "2025-12-10T02:16:38.5118138-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c0fd58ce-b7cb-45c2-9470-0954b47ed898",
"CreateDate": "2025-12-10T02:16:38.5118138-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T02:16:38.5118138-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-10T02:16:38.5118138-08:00",
"MeasurementValueNeededDate": "2025-12-10T02:16:38.5118138-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "94339dab-3cfc-444b-9d3d-9d7de429cb64",
"CreateDate": "2025-12-10T02:16:38.5118138-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-10T02:16:38.5118138-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "294808e9-1d31-46e3-994f-4f1872940ba7",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "14a13d9f-a26e-465f-b3f3-d024e451967a",
"CreateDate": "2025-12-10T02:16:38.5118138-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T02:16:38.5118138-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2025-12-10T02:16:38.5118138-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b460137c-c7de-4902-9229-910e3e366b6c",
"CreateDate": "2025-12-10T02:16:38.5118138-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-10T02:16:38.5118138-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}