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": "24faaa2b-5c2c-4ac9-8a2e-2d11a7fca992",
"Asset": {
"AssetId": "c763c4cd-5da8-4f1d-96ce-c2423deb77ac",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "c3f88f33-d5bc-448f-b1f9-05b11b22e06a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "31b1ca39-f771-4094-8542-55ec2416a5b9",
"CreateDate": "2025-11-05T11:57:19.9316572-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T11:57:19.9316572-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ddc1bdb0-a101-4598-98bc-ce0b43b2b821",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-05T11:57:19.9316572-08:00",
"MeasurementValueNeededDate": "2025-11-05T11:57:19.9316572-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a7532f8c-0b13-4a24-88ff-7cd86388852e",
"CreateDate": "2025-11-05T11:57:19.9316572-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T11:57:19.9316572-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-05T11:57:19.9316572-08:00",
"MeasurementValueNeededDate": "2025-11-05T11:57:19.9316572-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f7f2c417-98a8-49eb-ac4f-80e9bc1a5e14",
"CreateDate": "2025-11-05T11:57:19.9316572-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T11:57:19.9316572-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "5c91702c-9fd9-4aae-8a65-0dc282d96eaa",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "344d3fbf-e292-4a74-bcac-5c17d9926a5a",
"CreateDate": "2025-11-05T11:57:19.9316572-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T11:57:19.9316572-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2025-11-05T11:57:19.9316572-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7c0fe4d4-abd6-4d3b-91dc-3db80fd4f15f",
"CreateDate": "2025-11-05T11:57:19.9316572-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T11:57:19.9316572-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}