v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
SkillRating

Get All Skill Ratings

This endpoint retrieves all skill ratings for the current organization. <h3>Required Scope</h3>skill_ratings:read or skill_ratings:write

get/api/v2/skill-ratings

Query parameters

nextstring

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

limitinteger

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

filter[start_date]string date

Filter criteria that returns skill ratings rated on or after this date. Format yyyy-mm-dd.

filter[end_date]string date

Filter criteria that returns skill ratings rated before this date. Format yyyy-mm-dd.

filter[rating_type]string

Filter criteria that returns ratings by type. Can be Manager, Peer, or Self.

filter[most_recent]boolean

Filter criteria that returns the most recent skill rating for each user, skill, and rating type.

filter[rated_before]string date

Filter criteria that returns skill ratings that were rated before this date. Format yyyy-mm-dd.

filter[rated_after]string date

Filter criteria that returns skill ratings that were rated after this date. Format yyyy-mm-dd.

filter[requested_before]string date

Filter criteria that returns skill ratings that were requested before this date. This filter excludes records that contain NULL for the DateRequested value. Format yyyy-mm-dd.

filter[requested_after]string date

Filter criteria that returns skill ratings that were requested after this date. Format yyyy-mm-dd.

filter[include_private_ratings]boolean

Filter criteria that returns private/limited visibility skill ratings.

Response

Success