GET /v2/theme/count

Servers

Query parameters

Name Type Required Description
search String Yes

RSQl Query is composed of one or more expressions, combined to each other with following logical operators:

A filter query in RSQL format to retrieve themes. The returned themes are limited to those that can be retrieved by the user.

CriteriaDescriptionOperator Used
namestring==, !=, =in=, =out=, =regex=, =contains=
created_atdate==, !=, =in=, =out=, =gt=, =ge=, =lt=, =le=
updated_atdate==, !=, =in=, =out=, =gt=, =ge=, =lt=, =le=
entity_idstring==, !=, =in=, =out=, =regex=
is_defaultboolean==, !=

Note:

OperatorDescription
==equal
!=not equal
=lt=less than
=le=less than and equal to
=gt=greater than
=ge=greater than and equal to
=regex=pattern matching
=contains=case insensitive substring matching
=in=multiple arguments search
=out=exclude
;Logical AND
,Logical OR

Note: Parenthesis can be used to determine the precedence of the operator.

Example for count theme:

  • /v2/theme/count?search=
    entity_id==a6b45428-0296-4394-8ddd-0b50b5b20aa9

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.