GET AssetMeasurementTypes?assetMeasurementTypeId={assetMeasurementTypeId}
Retrieves an asset measurement type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
assetMeasurementTypeId |
Id of the asset measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the asset measurement type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | AssetMeasurementType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "AssetMeasurementTypeId": "fc3b62d4-aab8-46ae-ab34-edfd7210828f", "Asset": { "AssetId": "629c9c2a-1222-44f2-b703-ea9db20d4426", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "1dab1d3f-7aa0-4764-949f-1a98a0c8b6de", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "88bb6e22-6d78-4a1e-81ee-076d170d37ce", "CreateDate": "2025-08-30T12:56:03.9356917-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:56:03.9356917-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "e5660edf-5ba4-43b9-91c8-88495a3e3e33", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-30T12:56:03.9356917-07:00", "MeasurementValueNeededDate": "2025-08-30T12:56:03.9356917-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c88eb491-694c-43ae-acaa-1d4e93fe48e7", "CreateDate": "2025-08-30T12:56:03.9356917-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:56:03.9356917-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-30T12:56:03.9356917-07:00", "MeasurementValueNeededDate": "2025-08-30T12:56:03.9356917-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "10474413-237f-425b-89d5-4a4a0e48fac8", "CreateDate": "2025-08-30T12:56:03.9356917-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-30T12:56:03.9356917-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "235571c4-6691-4d7e-bcd7-099a068ed736", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "1dab1d3f-7aa0-4764-949f-1a98a0c8b6de", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "88bb6e22-6d78-4a1e-81ee-076d170d37ce", "CreateDate": "2025-08-30T12:56:03.9356917-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:56:03.9356917-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "ebc91b40-9a7b-4e11-b2d3-d371e85f54e1", "Name": "sample string 1" }, "Unit": { "UnitId": "cef5411c-ff08-4d8c-ab51-d2dfe10716c2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "9e1a52e1-daaf-42a1-bf0e-2e3c9739bacd", "CreateDate": "2025-08-30T12:56:03.9356917-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:56:03.9356917-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": "2025-08-30T12:56:03.9356917-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "587bb596-fd61-49b0-9921-c556fe4c7dd3", "CreateDate": "2025-08-30T12:56:03.9356917-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-30T12:56:03.9356917-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-08-30T12:56:03.9356917-07:00", "LastValueDate": "2025-08-30T12:56:03.9356917-07:00", "SourceSystemId": "sample string 2", "CompanyId": "2721aa9d-c4b9-43aa-9bb9-bab6be206e48", "CreateDate": "2025-08-30T12:56:03.9356917-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-30T12:56:03.9356917-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }