AVAILABLE WITH BUSINESS SUBSCRIPTION

POST /performance-management/appraisal/session/{sessionId}/question/change-order

Permissions to Run the Request

Account Owner and Account Administrators

Request Headers

HeaderDescription
Authorization (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
ParameterDescription
sessionId (required)The session ID
questionIds (required)The question IDs in the correct order

Response Codes

CodeTextDescription
200The order of the questions has been updated
400Bad requestA request error
401UnauthorizedAn authorization error

Sample 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