GET Measurements?measurementId={measurementId}
Retrieves a measurement by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| measurementId |
Id of the measurement |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the measurement.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Measurement |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"MeasurementId": "e780a2f4-32fc-4fcb-8f3f-95182c48dada",
"Asset": {
"AssetId": "0dd8d217-f647-4498-aff9-cc83592bab44",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "fe4181b4-1554-4c93-b27e-4fc381685a5a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9efa54c5-d3d4-4820-b463-4a7a6255654b",
"CreateDate": "2025-11-05T06:19:40.544935-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T06:19:40.544935-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "95b40af4-3675-4ab8-a4be-8f4fd53dc316",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-05T06:19:40.544935-08:00",
"MeasurementValueNeededDate": "2025-11-05T06:19:40.544935-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "0abbefa8-cc4e-4ff4-9dcf-a9bd931a58ed",
"CreateDate": "2025-11-05T06:19:40.544935-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T06:19:40.544935-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-05T06:19:40.544935-08:00",
"MeasurementValueNeededDate": "2025-11-05T06:19:40.544935-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "114a671c-941b-4258-af8c-16b0902e02fc",
"CreateDate": "2025-11-05T06:19:40.544935-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T06:19:40.544935-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2025-11-05T06:19:40.544935-08:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "31dc74f0-a232-4309-b092-541f6c8797d8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "fe4181b4-1554-4c93-b27e-4fc381685a5a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9efa54c5-d3d4-4820-b463-4a7a6255654b",
"CreateDate": "2025-11-05T06:19:40.544935-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T06:19:40.544935-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "42314dd8-1f5b-4deb-9ec0-7f37f728037f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4a24ce15-9f8b-4d1c-ac5a-c18a1d4241e5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "08693893-b8ca-4c92-a414-0d7762ed1058",
"CreateDate": "2025-11-05T06:19:40.544935-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T06:19:40.544935-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-05T06:19:40.544935-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b309368e-fbb2-488e-af91-6d0d8d8c873d",
"CreateDate": "2025-11-05T06:19:40.544935-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T06:19:40.544935-08:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "bdff648c-160d-4721-a762-cddb332a3a60",
"CreateDate": "2025-11-05T06:19:40.544935-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T06:19:40.544935-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}