Get All Collaborators of a Skill PlanAsk AIget https://api.betatest.degreed.com/api/v2/skill-plans/{id}/collaboratorsThis endpoint retrieves all collaborators for a specific skill plan.Required Scope skill_plans:read or skill_plans:writePath ParamsidstringrequiredThe unique ID of the skill plan.Query Paramslimitint32The maximum number of collaborators to display per page.filter[start_date]dateFilter criteria that returns current collaborators who were added from this date on. Format yyyy-mm-dd.filter[end_date]dateFilter criteria that returns current collaborators who were added before this date. Format yyyy-mm-dd.Response 200SuccessUpdated 7 months ago