Retrieve function input data

Retrieve the input data to the associated function.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
scheduleId
required
integer

The function schedule id.

Responses
200

Input data to the associated function.

400

The response for a failed request.

get/functions/schedules/{scheduleId}/input_data
Request samples
client.functions.schedules.get_input_data(id=123)
Response samples
application/json
{
  • "id": 1,
  • "data": {
    • "timeSeriesId1": 13435351,
    • "maxValue": 4
    }
}