List verifications
Workforce
List verifications
Retrieve a list of verifications. Filter by ref_type and ref_id to list
verifications for a single record (e.g. a particular induction completion).
GET
List verifications
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 verifications by ID.eq(organisation,xxx): Filter verifications by verifying organisation ID.eq(author,xxx): Filter verifications by the author (verifier) user ID.eq(ref_type,xxx): Filter verifications by the ref resource type (induction-completions,training-completions,assessment-records,registrations,category-registrations,scheme-registrations).eq(ref_id,xxx): Filter verifications by the ref resource ID.eq(verified_at,xxx): Filter verifications by the verification timestamp.eq(created_at,xxx): Filter verifications by created date.
For more information on using named filters, see the docs
A comma separated list of related resources to include.
Available options:
author, organisation, induction_completion, training_completion, assessment_record, registration, category_registration, scheme_registration Limit the number of resources returned by the API
Required range:
x >= 1Offset the resources returned by the API
Required range:
x >= 0Response
Get a list of verifications.