post /filters
Creates a new filter.
Creates a new filter, and returns its ID.
Request body
- filterRequest (required)
- FilterRequest the filter request
Responses
- 201
- Success. The filter has been created.
- 400
- One of the following errors has occurred:The body of the request is malformed.The app with the specified 'appId' does not exist.One or more connections does not belong to the app with the specified appId.The cache for one or more connection IDs is not in status "Generated".The connection does not contain a field with the specified name.
- 403
- The user is not authorized to create a new filter.