Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the business
Body
application/json
The label of the filter definition
The type of the filter definition
Available options:
select
, text
, number
, boolean
, date
, datetime
, currency
, array_of_known
The options for the select dropdown
Response
200 - application/json
The created FilterDefinition
object
The ID of the filter definition
The label of the filter definition
The type of the filter definition
Available options:
select
, text
, number
, boolean
, date
, datetime
, currency
, array_of_known
The options for the select dropdown