iSpring LMS API Documentation REST API Managing 360° Review Current: Changing Notification Settings for Incomplete Questionnaries Changing Notification Settings for Incomplete Questionnaries AVAILABLE WITH ENTERPRISE SUBSCRIPTIONPOST /performance-management/appraisal/session/{sessionId}/notification/changePermissions 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 ID of the sessiondailyReviewersNotificationDay (required) Frequency of notification delivery, e.g., once every three days.dailyReviewersNotificationTimeMilli (required) Exact time of notification sending (set in milliseconds, UTC+0). Existing customers may continue using ispringlearn.com, and new customers should use ispring.com. Response Codes200OКThe settings have been updated.400Bad requestA request error401UnauthorizedAn authorization errorSample Request POST /performance-management/appraisal/session/eb84d095-4522-11f0-ad1d-2e74d9eca15f/notification/change HTTP/1.1 Host: api-learn.ispringlearn.com Content-Type: application/json Accept: application/json X-Auth-Account-Url: https://myaccount.ispringlearn.com Authorization: Bearer 69f6czB9Iwmvui32QHOhesjs9xlAGYPNxlTOtl92t78 { "dailyReviewersNotificationDay": 3, "dailyReviewersNotificationTimeMilli": "86399999" } XML Sample Response HTTP/1.1 200 OK XML ×