Online and offline activity for the operator
Scope:
client
or
operator
id
required
The operators unique ID
from_date
required
start date for operator activity data (ex. 04/27/2019)
to_date
required
end date for operator activity data (ex. 04/27/2020)
payload
The operator activity data
action
The activity action
date
The date/time the activity occurred in format YYYY-MM-DDTHH:MM:SSZ
status
The system response status. Will be ok or error
curl
example request
1
curl -H "Authorization: Bearer {{Oauth Token}}"
2
https://developer.livehelpnow.net/api/analytics/operator/{{1234}}/activity\?from_date\=04/27/2019\&to_date\=04/27/2020
example response
1
{
2
"payload": [{
3
"action"
: "Status Online",
4
"date"
: "2019-12-03T12:05:09",
5
}],
6
"status": "ok"
7
}