cURL
Qualifications
List assessment definitions
List all assessment definitions.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.ctrl-hub.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Session token for authentication.
Query Parameters
Filters the response data based on the value provided.
Available filters:
eq(id,xxx): Filter assessment definitions by ID.eq(name,xxx): Filter assessment definitions by name.contains(name,xxx): Filter assessment definitions where name contains value.eq(code,xxx): Filter assessment definitions by code.contains(code,xxx): Filter assessment definitions where code contains value.eq(organisation,xxx): Filter assessment definitions by organisation ID.eq(created_at,xxx): Filter assessment definitions by created date.
For more information on using named filters, see the docs
Limit the number of resources returned by the API
Required range:
x >= 1Offset the resources returned by the API
Required range:
x >= 0