Skip to main content

Query subscription types

POST 

/subscription-types/query

Query available subscription types using filters, sorting, and pagination.

Subscription types determine which features and data a user can access on the platform.

Filter

The filter object must have exactly one key. It can be:

  • A property filter (id or code) with an appropriate value.
  • A compound filter with key and (value: array of filter objects; all must match), or (value: array of filter objects; at least one must match), or not (single filter object to negate).

Sort

Sort the results by id.

Page

Size must be one of: 10, 50, 100, 250.

Request

Responses

Successful operation.

Returns a paginated list of subscription types, sorted by id in ascending order by default.