InterviewerSessionHistoryService

Class to work with history of interviewer sessions

Constructors


InterviewerSessionHistoryService(IRestClient restClient)

Creates and initializes an instance of InterviewerSessionHistoryService class

Parameters

restClient

The instance of the rest client object

Methods


GetAsync(string odataQuery)

Get history of interviewer sessions using OData filter

Parameters

odataQuery

The string with an OData query

Returns

List of InterviewerSessionHistory objects