iSpring LMS API Documentation REST API Managing 360° Review Current: Editing the Order of Questions Editing the Order of Questions AVAILABLE WITH ENTERPRISE SUBSCRIPTIONPOST /performance-management/appraisal/session/{sessionId}/question/change-order Permissions to Run the RequestAccount Owner and Account AdministratorsRequest HeadersHeaderDescriptionAuthorization (required)Access token. You can obtain a token by making a requestContent-Type: application/json(required)Property for processing a request in JSONAccept: application/json(required)Property for processing a request in JSONParameterDescriptionsessionId (required)The session IDquestionIds (required)The question IDs in the correct order Existing customers may continue using ispringlearn.com, and new customers should use ispring.com. Response CodesCodeTextDescription200OКThe order of the questions has been updated400Bad requestA request error401UnauthorizedAn authorization errorSample Request POST /performance-management/appraisal/session/8e7a5d39-1ae3-11f0-ae26-765c58ce190a/question/change-order Host: api-learn.ispringlearn.com Content-Type: application/json Accept: application/json X-Auth-Account-Url: https://myaccount.ispringlearn.com Authorization: Bearer OXrZmhzLJVw-zM5esgAx8JgkXdNTBOg35On26X08hyY { "questionIds": [ "2974ec0b-1b88-11f0-b905-7ae7b48dcbf8", "c5ea65eb-1ae4-11f0-ae26-765c58ce190a", "0455434c-1afd-11f0-b3e8-de4c658c7b88" ] } XML Sample Response HTTP/1.1 200 OK XML ×