v1

latestOpenAPI 3.1.02026-07-222392081.7 MB
Features

List features

List feature definitions.

get/v1/features

Query parameters

takenumber nullable
skipnumber nullable
codestring
code__notstring
code__isNullstring
code__isNotNullstring
code__equalsstring
code__containsstring
code__startsWithstring
code__endWithstring
namestring
name__notstring
name__isNullstring
name__isNotNullstring
name__equalsstring
name__containsstring
name__startsWithstring
name__endWithstring
'all' | 'active' | 'archived'
OR
string

all,active

'all' | 'active' | 'archived'
OR
string

all,active

searchstring

Response

Example response

{
  "meta": {
    "total": 1,
    "taken": 1
  },
  "data": [
    {
      "code": "sso",
      "name": "Single sign-on",
      "description": "Allow users to authenticate with SAML SSO.",
      "status": "active",
      "created_at": "2024-12-20T16:04:11Z",
      "updated_at": "2024-12-20T16:04:11Z"
    }
  ]
}