iSpring LMS API Documentation REST API Managing 360° Review Current: Getting a List of Competency Groups Getting a List of Competency Groups AVAILABLE WITH ENTERPRISE SUBSCRIPTIONRequest: GET /performance-management/competencies/group/listPermissions to Run the RequestAccount Owner and Account AdministratorsRequest HeadersHeaderDescriptionAuthorization (required)Access token. You can obtain a token by making a request.Content-Type: application/json(required)Property for processing a request in JSON.Accept: application/json(required)Property for processing a request in JSON. Existing customers may continue using ispringlearn.com, and new customers should use ispring.com. Response ParametersParameterDescriptiongroupIdThe ID of competency groupnameName of the competency groupparentIdThe ID of parent groupcompetencyIdsThe ID of competencies included in the groupResponse CodesCodeTextDescription200OKThe request has been successfully processed. 401UnauthorizedAn authorization error403Permission deniedThe user doesn't have enough permissions to get information regarding the courseSample Request GET /performance-management/competencies/group/list Host: api-learn.ispringlearn.com Content-Type: application/json Accept: application/json X-Auth-Account-Url: https://myaccount.ispringlearn.com Authorization: Bearer N3Hk5sds1_DVj1JFTqJKFWjGHf94DWp1YSffLxeZX8co XML Sample Response [ { "groupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "Soft skills", "parentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "competencyIds": [ "3fa85f64-5717-4562-b3fc-2c963f66afa6" ] } ] XML ×