Retrieve all the answers for the scorecards that were reviewed during a specified date range, for calls that took place during a specified date range, for specific scorecards or for specific reviewed users.
Required authorizaton scope: 'api:stats:scorecards'.
When paging is needed, provide the value supplied by the previous API call to bring the following page of records.
Filter parameters.
The date (in the company's time zone) of the call from when to list calls. This value is inclusive. The date should be specified in the following format: YYYY-MM-DD; if not specified, it starts with the earliest recorded call.
The date (in the company's time zone) of the call until when to list calls. This value is exclusive. The date should be specified in the following format: YYYY-MM-DD; if not specified, it ends with the latest recorded call.
The review date (in the company's time zone) from when to list calls. This value is inclusive. The date should be specified in the following format: YYYY-MM-DD; if not specified, it starts with the earliest reviewed call.
The review date (in the company's time zone) until when to list calls. This value is exclusive. The date should be specified in the following format: YYYY-MM-DD; if not specified, it ends with the latest reviewed call.
Select whether to return scorecards that have been reviewed manually, automatically, or both. Default value: MANUAL
List of user Ids of the team members being reviewed. If not specified, it returns all answered scorecards in the corresponding filter.
List of scorecards Ids. If not specified, it returns all answered scorecards in the corresponding filter.
Successful response
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Information about the number of records that match the requested filter.
Total number of records.
Number of records in the current page.
Current page number.
Returned only when there are more records to be retrieved. Repeat the API call and pass this cursor value in the request to retrieve the next page of records.
A list, in which each item contains one answered scorecard.
A list, in which each item contains one answered scorecard.
The identifier of the answer of the scorecard.
The identifier of the scorecard.
Scorecard name.
Gong's unique numeric identifier for the call (up to 20 digits).
The date and time when the call was recorded in the ISO-8601 format, for example: '2024-01-17T16:20:05-03:00' or '2016-02-16T03:57:04.834+05:30' or '2020-11-20T21:30:07.233692Z', where Z stands for UTC.
The user Id of the team member being reviewed, who hosted the call.
The user Id of the team member who answered the scorecard for the call, if the scorecard reviewMethod is AUTOMATIC this id would be null
The method used to review the scorecard.
The user Id of the last team member to edit the answer. Null when no-one has edited the scorecard, or when the original team member to fill in the scorecard has edited the answers.
The date and time when the review was completed and published in the ISO-8601 format, for example: '2024-01-17T16:20:05-03:00' or '2016-02-16T03:57:04.834+05:30' or '2020-11-20T21:30:07.233692Z', where Z stands for UTC.
The answers in the answered scorecard.
The answers in the answered scorecard.
The identifier of the question.
The identifier of the revision version of the question.
If the question is the main overall question or not.
Score between 1 to 50, if answered. Null otherwise.
The answer's text, if answered. Null otherwise.
If the question is irrelevant for the call.
The identifier of the options selected. Null otherwise
The identifier of the options selected. Null otherwise
Malformed request
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Access denied
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Answered scorecards not found
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
API request limit exceeded
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Failed to complete the operation due to an unexpected error
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.