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": "fabd0d58-3eaa-4b63-a807-2d20d7fed157",
"Asset": {
"AssetId": "7427bc0e-68f4-4d58-b987-491e0617e15a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "125db824-960e-4b74-b71d-f30a49a09310",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "abc2c1f0-7532-40bc-b606-da2bebbcdde9",
"CreateDate": "2026-08-03T02:30:43.143791-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:30:43.143791-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "81189d52-31c2-4ff7-9cf2-3c2fbbd9da50",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-03T02:30:43.143791-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:30:43.143791-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d47c894f-86a8-4ccb-a5f0-24451259bca4",
"CreateDate": "2026-08-03T02:30:43.143791-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:30:43.143791-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-03T02:30:43.143791-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:30:43.143791-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ccf71689-2caa-4c0d-bc3c-53770d8b32fe",
"CreateDate": "2026-08-03T02:30:43.143791-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:30:43.143791-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-08-03T02:30:43.143791-07:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "11b9a61b-d5d1-4780-a997-f9749b7662bd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "125db824-960e-4b74-b71d-f30a49a09310",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "abc2c1f0-7532-40bc-b606-da2bebbcdde9",
"CreateDate": "2026-08-03T02:30:43.143791-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:30:43.143791-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b4f6e162-4bf1-4635-9837-65481bf9693d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6b446064-0315-476f-80be-470a130db147",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "49328550-e504-4f9f-9538-daf8704e9006",
"CreateDate": "2026-08-03T02:30:43.143791-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:30:43.143791-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-03T02:30:43.143791-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "08ec4514-8290-4b02-8e7e-196a3df16603",
"CreateDate": "2026-08-03T02:30:43.143791-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:30:43.143791-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "cf57c88a-bb36-4872-9669-c213d11473f0",
"CreateDate": "2026-08-03T02:30:43.143791-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:30:43.143791-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}