English
cURL
curl --request POST \ --url https://app.azalt.co/api/v1/activities/{activityId}/recalculate \ --header 'Authorization: Bearer <token>'
{ "value": 123, "metadata": {} }
Recalculate a specific activity’s values:
Parameters:
activityId
Useful when activity definitions or datasets have changed. Re-runs calculation logic using existing input data to update values.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes