Since July 6, 2023, Atlassian has no longer been used for Release Notes or knowledge base articles.
* Find Release Notes here (https://support.mycontactcenter.net/app/articles/detail/a_id/23378/) and articles here (https://support.mycontactcenter.net/app/main).
* Authenticated Partners can access content here (https://support.mycontactcenter.net/cc/sso/authenticator/oauth/authorize/imcontrolpanel?redirect=main&source=mycontactcenter)


Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

DailyAgentActivityResponse GetDailyAgentActivity(string sessionID, DateTime sDate, DateTime eDate);

 

Description:

 

Returns daily agent activity within the specified interval.

 

Parameters:

 

SessionID        Session ID obtained by invoking OpenSession method

sDate               Date and time the data is searched from

eDate               Date and time the data is searched to

 

Notes:

1)    The difference between sDate and eDate should be greater than 1 minute but must not exceed 24 hrs

2)    Both sDate and eDate must be specified using the configured account’s time zone settings

 

Return:

 

The method returns a DailyAgentActivityResponse object containing the error code of the transaction (0 = Success), a brief description about the error (if any), and the data itself.

 

 The data is returned as a DataTable object. The table will contain the following columns:

Return valueDescription
Username Agent’s username
ActivityNameName of the activity
ActivityStartDateDate and time the activity was started
ActivityEndDateDate and time the activity was completed
SecondsDurationDuration of the activity (in seconds)

                   

 

            The data will be null if there is any error in getting the activity history.

  • No labels