v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
SkillPlan

Get All Followers of a Skill Plan

This endpoint retrieves all followers for a specific skill plan.<h3>Required Scope</h3> skill_plans:read or skill_plans:write

get/api/v2/skill-plans/{id}/followers

Path parameters

idstring required

The unique ID of the skill plan.

Query parameters

limitinteger

The maximum number of followers to display per page.

filter[start_date]string date

Filter criteria that returns followers who enrolled from this date on. Format yyyy-mm-dd.

filter[end_date]string date

Filter criteria that returns followers who enrolled before this date. Format yyyy-mm-dd.

Response

Success