v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Skills+

Get All Skills

This endpoint retrieves all skills in Skills+ for your organization. <h3>Required Scope</h3>skill:read

get/api/v2/skills-plus-skills

Query parameters

limitinteger

The maximum number of skills to display per page. A maximum of 1000 is allowed.

nextstring

Retrieves the next batch of skills. This value expires after 2 minutes if a request has not been made during that time.

filter[skill_name]string

Filter criteria that only returns a skill with this name.

filter[status]string

Filter criteria that only returns skills with this status. For example, "inactive".

filter[category]string

Filter criteria that only returns a skill in this category.

filter[is_archived]boolean

Indicates whether the skill was endorsed by someone in the organization.

filter[is_endorsed]boolean

Indicates whether the skill was endorsed by someone in the organization.

filter[source_id]string

Filter criteria that only returns skills within this source.

filter[external_id]string

Filter criteria that only returns skills with this external ID.

filter[locale]string

Filter criteria that only returns skills with this locale.

filter[modified_before]string date

Filter criteria that returns skills modified before this date. Format yyyy-mm-dd.

filter[modified_after]string date

Filter criteria that returns skills modified after this date. Format yyyy-mm-dd.

filter[created_before]string date

Filter criteria that returns skills created before this date. Format yyyy-mm-dd.

filter[created_after]string date

Filter criteria that returns skills created after this date. Format yyyy-mm-dd.

filter[created_by]string

Filter criteria that only returns skills created by this user ID.

Response

Success