GET MeasurementTypes?measurementTypeId={measurementTypeId}
Retrieves a measurement type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
measurementTypeId |
Id of the measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the measurement type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | MeasurementType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "MeasurementTypeId": "918854d2-eacc-44e1-a242-02ed712c4f8b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "8c03abe0-f2cb-4399-914c-7e824d80aa48", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "31afea36-4638-4888-8d7b-e19357a51fef", "CreateDate": "2025-06-30T22:50:07.2663979-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T22:50:07.2663979-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "b5b8a24c-b4a7-445d-b569-cf551a0ea4d3", "Name": "sample string 1" }, "Unit": { "UnitId": "ed9d29cb-56d6-42de-80a6-b1ee80bfc005", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7f0682b8-815f-40be-8b2a-533e3af3c88a", "CreateDate": "2025-06-30T22:50:07.2663979-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T22:50:07.2663979-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c73cf2f6-f1bc-4803-a71b-0f804cca1643", "FieldId": "92df2dae-4c35-4125-9d4d-3fbe57f6e884", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c73cf2f6-f1bc-4803-a71b-0f804cca1643", "FieldId": "92df2dae-4c35-4125-9d4d-3fbe57f6e884", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-06-30T22:50:07.2663979-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "922382aa-4901-436a-93e5-44c2d287e395", "CreateDate": "2025-06-30T22:50:07.2663979-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T22:50:07.2663979-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }