GET /api/public/review-cycle/{cycle_id}/results/answers/
Get a list of questions with answers, authors, and participants.
Returns all questions for review cycle within the company.
Response is paginated.
Servers
- https://my.15five.com/
Path parameters
Name | Type | Required | Description |
---|---|---|---|
cycle_id |
Integer | Yes |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
question_id |
Integer | No |
Filter questions by id. |
page |
Integer | No |
Results page |
created_on_start |
String | No |
Only include questions with answers having creation date greater than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format. |
participating_user_id |
Integer | No |
Filter questions by participating user id. |
updated_on_end |
String | No |
Only include questions with answers having 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 questions by manager id of participant answer. |
created_on_end |
String | No |
Only include questions with answers having creation date less than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format. |
updated_on_start |
String | No |
Only include questions with answers having update date greater than or equal to the date time specified in the YYYY-MM-DD HH:MM:SS format. |
section_type |
String | No |
Filter questions by section type. |
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.