Creates a subscription.Ask AIpost https://sensor.api.eu1.scalar.zf.com/v2/subscriptionsCreates a subscription.Body ParamssensorIdsarray of stringsrequiredRepresents a list of sensors to be included in the subscription.sensorIds*ADD stringassetIdsarray of uuids | nullRepresents a list of assetIds to filter. If provided, only the sensors specified in "sensorIds" for the specified assets is provided by the feed endpoint.assetIdsADD uuidunitIdsarray of strings | nullRepresents a list of unitIds to filter. If provided, only the sensors specified in "sensorIds" collected for specified communication units is provided by the feed endpoint.unitIdsADD stringResponses 201Success code. Returns the newly created subscription, if succeeded. 400Failure code. The request was unacceptable, parameters (sensorIds) are invalid or not provided. 401Failure code. Unauthorized access. 403Failure code. Forbidden access. 429Failure code. Too many incoming requests. 500Failure code. Indicates an internal server error (unhandled exception).Updated 7 months ago