v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPerformance > ReviewProcess
Update schedules a Review process
Update the starting date of a scheduled review process. This is only allowed if the process is scheduled.
post/api/2026-07-01/resources/performance/review_processes/update_schedule
Request body
Example request
{
"id": "1",
"starts_at": "2024-01-01T00:00:00Z"
}Response
OK
Example response
{
"id": "1",
"company_id": "1",
"name": "Performance Review - Q1 2024",
"description": "The performance review for the first quarter of 2024 has started!",
"status": "draft",
"target_strategy": {
"arguments": [],
"strategy": "all_employees"
},
"reviewer_strategies": [
"self",
"manager"
],
"starts_at": "2024-01-01T00:00:00.000Z",
"ends_at": "2024-04-01T00:00:00.000Z",
"start_validation_errors": [
"invalid_deadline",
"missing_target_strategy_members"
],
"agreements_configuration": {
"enabled": true
},
"competencies_assessments_configuration": {
"enabled": false
},
"last_bulk_reminder": "2024-03-01T00:00:00.000Z",
"cycle_id": "5"
}