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": "19bd590f-634c-4cb9-af51-91068bb7e52c",
"Asset": {
"AssetId": "cf460482-385d-478f-ad42-9191b7444b4e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a14030e7-c287-4de3-a447-007fa8656618",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f9ef0c5f-88d6-4dde-8661-f3ed4da2003a",
"CreateDate": "2026-08-15T15:36:22.9505086-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-15T15:36:22.9505086-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "12671721-fe55-4305-9b01-b9fa7f60f1ed",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-15T15:36:22.9505086-07:00",
"MeasurementValueNeededDate": "2026-08-15T15:36:22.9505086-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f57047bb-7099-4d60-a6b6-2e24a16812ff",
"CreateDate": "2026-08-15T15:36:22.9505086-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-15T15:36:22.9505086-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-15T15:36:22.9505086-07:00",
"MeasurementValueNeededDate": "2026-08-15T15:36:22.9505086-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b657a5b5-4895-46e8-8a88-8ca80d6f7870",
"CreateDate": "2026-08-15T15:36:22.9505086-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-15T15:36:22.9505086-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-08-15T15:36:22.9505086-07:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "2fa9a7b1-e514-4a7c-b96c-430caa8c3d87",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a14030e7-c287-4de3-a447-007fa8656618",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f9ef0c5f-88d6-4dde-8661-f3ed4da2003a",
"CreateDate": "2026-08-15T15:36:22.9505086-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-15T15:36:22.9505086-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "3fd393b1-98e1-4910-b132-9a63fb8e9940",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5f08cfdd-bbf3-4efe-a746-91969c15226b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "faddb023-cfbb-4fc4-8767-99381ae512fb",
"CreateDate": "2026-08-15T15:36:22.9505086-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-15T15:36:22.9505086-07: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": "2026-08-15T15:36:22.9505086-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f90f14be-2191-40a9-9e7e-fae066895b6a",
"CreateDate": "2026-08-15T15:36:22.9505086-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-15T15:36:22.9505086-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "7f18081e-8678-4911-8e69-fdb6b7848013",
"CreateDate": "2026-08-15T15:36:22.9505086-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-15T15:36:22.9505086-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}