/eventSubscriptions/{eventSubscriptionId}/filtersAsk AIpost https://{BaseUrl}/api/v3.0/eventSubscriptions/{eventSubscriptionId}/filtersCreates an event subscription filter for a given event subscription.Path ParamseventSubscriptionIdstringrequiredEvent Subscription IDBody Paramsactorsarray of stringsrequiredlength ≥ 1List of actors for which events should be delivered to this event subscription.actors*ADD stringtypesarray of objectsrequiredlength ≥ 1List of event types of which events should be delivered to this event subscription.types*ADD objectResponses 201Filter created 400The supplied object is invalid. Error detail will contain the validation error. 401You are not authenticated. Please authenticate and try again. 404Referenced resource could not be found. 500Something went wrong in the server. Please try again.Updated 4 months ago