Get all features
deprecated
Deprecated. Use GET /v2/features instead.
Returns features with pagination. The skipPagination query parameter is honored only when API_ALLOW_SKIP_PAGINATION is set (self-hosted deployments).
GET
cURL
Authorizations
If using Bearer auth, pass the Secret Key as the token:
Query Parameters
The number of items to return
Required range:
1 <= x <= 100How many items to skip (use in conjunction with limit for pagination)
Required range:
x >= 0Filter by project id
Filter by a SDK connection's client key
If true, return all matching items and ignore limit/offset. Self-hosted only. Has no effect unless API_ALLOW_SKIP_PAGINATION is set to true or 1.
Allowed value:
"true"
