Online and offline activity for the operator
Scope:
client
or
operator
id
required
The operators unique ID
date_from
required
The date to start the search from. Must be in YYYY-MM-DD format
date_to
required
The date to end the search at. Must be in YYYY-MM-DD format
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\?date_from\=2019-04-27\&date_to\=2020-04-27
example response
1
{
2
"payload": [{
3
"action"
: "Status Online",
4
"date"
: "2019-12-03T12:05:09",
5
}],
6
"status": "ok"
7
}