You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including the number of evaluations and average evaluation score
457
+
Includes the number of evaluations and average evaluation score. These statistics include released evaluations only when evaluatorUserId is provided. In the absence of evaluatorUserId in the request, the api excludes evaluations which are set to never release for the calculation of evaluation statistics.
458
458
459
459
This method makes a synchronous HTTP request by default. To make an
460
460
asynchronous HTTP request, please define a `callback` function
:param list[str] expand: variable name requested by expand list
473
473
:param str next_page: next page token
474
474
:param str previous_page: Previous page token
475
-
:param datetime start_time: Start time of agent activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
476
-
:param datetime end_time: End time of agent activity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
475
+
:param datetime start_time: Start time of agent activity based on assigned date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
476
+
:param datetime end_time: End time of agent activity based on assigned date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
477
477
:param list[str] agent_user_id: user id of agent requested
478
478
:param str evaluator_user_id: user id of the evaluator
0 commit comments