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": "2f9caca6-4cac-4319-8ccb-c3e79455fe97", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "20610188-264e-434f-a700-ec2e957c1721", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "12ac4606-ea94-4531-9fee-8f68b3229c4c", "CreateDate": "2025-10-10T14:58:06.7289339-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:58:06.7289339-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "66ca4035-9b5f-433c-83f8-0c961545606c", "Name": "sample string 1" }, "Unit": { "UnitId": "03bbc898-5811-437b-baed-b509a87c9951", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "8ce4ba1e-435a-4f68-a242-bcbc1ebcb159", "CreateDate": "2025-10-10T14:58:06.7289339-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:58:06.7289339-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "6a1c45f6-c94a-4bec-be89-c7a4da19ecae", "FieldId": "9d9acda5-20c6-408b-8ab6-ae36bd8765fd", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "6a1c45f6-c94a-4bec-be89-c7a4da19ecae", "FieldId": "9d9acda5-20c6-408b-8ab6-ae36bd8765fd", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-10-10T14:58:06.7289339-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "e022b2f2-8195-4a58-b7bf-1e0987f016a2", "CreateDate": "2025-10-10T14:58:06.7289339-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T14:58:06.7289339-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }