calculated-field-controller
Get Calculated Field (getCalculatedFieldById)
Fetch the Calculated Field object based on the provided Calculated Field Id.
get/api/calculatedField/{calculatedFieldId}
Path parameters
calculatedFieldIdstring required
Response
OK
Example response
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "CALCULATED_FIELD"
},
"createdTime": 1609459200000,
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
},
"entityId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DEVICE"
}
}