GET /api/public/review-cycle/{cycle_id}/results/performance-measurements/
Get a list of participants with performance measurements.
Returns all participants with their performance measurements for specific review cycle.
Response is paginated, with a default page size of 50 objects.
Servers
- https://my.15five.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
cycle_id |
Integer | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No |
Results page |
definition_type |
String | No |
Filter participants by performance measurement definition type. |
updated_on_end |
String | No |
Only include participants having performance measuremenet update date less than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format. |
manager_id |
Integer | No |
Filter participants by manager id. |
updated_on_start |
String | No |
Only include participants having performance measuremenet update date greater than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format. |
user_id |
Integer | No |
Filter participants by user id. |
group_id |
Integer | No |
Filter participants by user's group id. |
order_by |
String | No |
Use to specify ordering. Defaults to "id". Add a "-" before the field name to reverse the order, e.g. "-id". Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.