v29

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-06640566.6 KB
Skills Frameworks

View all Skill Frameworks

Lists the Skill Frameworks enabled for a Department, each with its published versions.

This is the starting point for tagging a Group with framework skills. Pick a framework, take the id of the version you want from its versions array, then use that value as skill_framework_version_id when you create or update a Group.

Only frameworks enabled for the requested Department are returned, so the response is exactly the set you are allowed to attach to Groups in that Department. Frameworks that an administrator has added but not yet enabled are not listed.

When Accredible retires an external framework for your Department, it stays listed throughout the notice period so your integration is not broken by an abrupt removal. Its version is reported with status retired and a valid_to date telling you when it stops working.

get/v1/skill_frameworks

Query parameters

department_idinteger required

The Department to list frameworks for. Required, including for API keys scoped to a single Department. Must be a Department your API key can access, otherwise a 403 Forbidden is returned.

pageinteger

The pagination page. Defaults to 1.

page_sizeinteger

The pagination response size. Defaults to 5, maximum 10. Values above the maximum are capped, and values that are not a positive number fall back to the default. The size actually applied is returned as meta.page_size.

Response

OK