Get Evaluations with their modules

Gets a list of evaluations with their associated modules

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Common next steps after a GET /Evaluations/Modules/ call:

  • Use module Score and AnswerTags for reporting on performance by module or question category.
  • Use Metadata.Id with GET /Conversations/Transcriptions/{conversationId}/ to retrieve the conversation text.
  • Page through results by passing the last EvaluationNumber from the current response as LastId on the next call.
Query Params
string

Filters by the evaluation's last modified date.
ISO-8601 Examples:
UTC datetime: 2022-03-18T21:52:26
UTC datetime with milliseconds: 2022-03-18T21:52:26.8816090Z
UTC date only: 2022-03-19
datetime with timezone: 2022-03-18T17:56:09.8683110-04:00

string

Filters by the evaluation's last modified date. Must be equal to or later than StartDate.
ISO-8601 Examples:
UTC datetime: 2022-03-18T21:52:26
UTC datetime with milliseconds: 2022-03-18T21:52:26.8816090Z
UTC date only: 2022-03-19
datetime with timezone: 2022-03-18T17:56:09.8683110-04:00

string

Valid values:
NotStarted,
InProgress,
Completed,
NoValue,
PendingReview,
ReviewComplete

int32

The EvaluationNumber of the last evaluation from the previous page. Used for cursor-based pagination

int32
Defaults to 10

Results per page. Default 10

uuid

Single hierarchy GUID to filter by

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json