List condition types
Retrieve a paginated list of available condition types that can be used in flow conditions. Supports pagination, sorting, filtering, and field selection.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Language code for text fields that support multiple languages. When creating or updating resources, this specifies the language of the provided text values. Upon retrieving resources, it determines which language variant of the multilingual text fields is returned. Accepted values: 'en-EN' (English), 'es-ES' (Spanish), 'pt-BR' (Portuguese), 'ca-ES' (Catalan), 'eu-ES' (Basque). If not provided, default is 'es-ES'.
en-EN, es-ES, pt-BR, ca-ES, eu-ES Path Parameters
The unique identifier of the organization
24^[0-9a-f]{24}$Query Parameters
Page number (default: 1)
x >= 1Items per page (default: 100, max: 100)
1 <= x <= 100Sort field with optional order suffix (:asc or :desc). Use response property names. Valid fields: id, name, description, type, value_type, value_placeholder, period. Example: "name:asc" or "type:desc"
Comma-separated list of fields to include in each condition type item. Selectable fields: id, name, description, type, frequency_values, value_type, value_placeholder, op_values, period. The id field is always included.
2048Filter condition types by one or more criteria. Provide a JSON object with filter conditions. You can filter by any field returned in the response. Use comparison operators (eq, ne, gt, gte, lt, lte, in, nin, contains, startsWith, endsWith, between) and combine multiple conditions with logical operators (and, or). Maximum length: 5120 characters.
5120