Supported integrations
Supported integrations
(id IN ids) AND (remote_id IN remote_ids)Authorizations
Headers
ID of the integration you want to interact with.
Query Parameters
An optional cursor string used for pagination. This can be retrieved from the next property of the previous page response.
The number of results to return per page. Maximum is 250.
1 <= x <= 250Filter the entries based on the modification date in format YYYY-MM-DDTHH:mm:ss.sssZ. Returns records where either the record itself OR its nested data has been updated since this timestamp, even if the record's own changed_at field remains unchanged. If you want to track entry deletion, also set the include_deleted=true query parameter, because otherwise, deleted entries will be hidden. For more details, see Understanding changed_at vs updated_after Behavior.
By default, deleted entries are not returned. Use the include_deleted query param to include deleted entries too.
true, false Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3.
Filter by a comma-separated list of remote IDs.
Filter by a comma-separated list of MANAGER, DIRECT_REPORT, PEER, SELF
Leave this blank to get results matching all values.
Filter by a comma-separated list of review cycle IDs.
Filter by a comma-separated list of reviewee IDs.
Response
GET /hris/performance-reviews Positive response
"success"{
"next": "eyJwYWdlIjoxMiwibm90ZSI6InRoaXMgaXMganVzdCBhbiBleGFtcGxlIGFuZCBub3QgcmVwcmVzZW50YXRpdmUgZm9yIGEgcmVhbCBjdXJzb3IhIn0=",
"results": [
{
"id": "4B9bKBpX5tnwjiG93TAqF7ci",
"remote_id": "1",
"type": "MANAGER",
"summary_comment": "Good job this year! Let's keep it up for 2024!",
"summary_rating": {
"ordered_options": [
"Needs improvement",
"Below expectations",
"Meets expectations",
"Exceeds expectations",
"Exceptional"
],
"type": "SINGLE_SELECT",
"value": "Exceeds expectations"
},
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_deleted_at": null,
"remote_data": null,
"reviewee": {
"id": "26vafvWSRmbhNcxJYqjCzuJg",
"remote_id": "32",
"first_name": "John",
"last_name": "Doe",
"display_full_name": "John Doe",
"work_email": "john.doe@acme.com",
"remote_deleted_at": null
},
"reviewer": {
"id": "4EeSSSd9Fr8iiW9mPKmjEVWK",
"remote_id": "1024",
"first_name": "Peter",
"last_name": "Doe",
"display_full_name": "Peter Doe",
"work_email": "peter.doe@acme.com",
"remote_deleted_at": null
},
"review_cycle": {
"id": "4B9bKBpX5tnwjiG93TAqF7ci",
"remote_id": "1",
"name": "2025 Annual Performance Review Cycle",
"review_period_start_date": "2025-01-01T00:00:00.000Z",
"changed_at": "2022-08-07T14:01:29.196Z",
"remote_deleted_at": null,
"remote_data": null
}
}
]
}