iSpring LMS API Documentation REST API Managing 360° Review Current: Creating an Indicator Creating an Indicator AVAILABLE WITH ENTERPRISE SUBSCRIPTIONPOST /performance-management/competencies/competency/{competencyId}/indicator/createPermissions 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 ParametersParameterDescriptioncompetencyIdThe ID of competenceYou can create and edit indicators only in competencies where reviewMethod = INDICATORS_INDIVIDUALLY.nameName of indicatorlevelsAn array of levels. (from 2 to 100 elements)levelIdThe ID of the leveldescriptionThe description of levelResponse CodesCodeTextDescription200OKThe request has been successfully processed. The response body contains the ID of indicator400Bad RequestError in request401UnauthorizedAn authorization errorSample Request POST /performance-management/competencies/competency/{competencyId}/indicator/create Host: api-learn.ispringlearn.com Content-Type: application/json Accept: application/json X-Auth-Account-Url: https://myaccount.ispringlearn.com Authorization: Bearer N3Hk5sds1_DVj1JFTqJKFWjGHf94DWp1YSffLxeZX8co { "name": "The name of indicator", "levels": [ { "levelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "description": "string" } ] } CODE Sample Response 39f991a3-385e-11ef-a8d5-5eea6081d47f CODE ×