Skip to content

Commit f374378

Browse files
committed
Activity notes
first pass
1 parent 31158cf commit f374378

File tree

1 file changed

+78
-1
lines changed

1 file changed

+78
-1
lines changed

source/includes/_activity.md

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,80 @@
11
# Activity
22

3-
Coming soon...
3+
Using the Activity API, you can retrieve performance metrics on your team operating within Lexer Engage. Access insightful metrics such as the number of closed cases, average response time, or your overall NPS score for last month. We’ve made your Activity data accessible so you can run bespoke reports or add them to your custom applications.
4+
5+
Our API is organised into two sections; Get and Post requests. Get requests allow you to access the user, groups and forms information related to your team. These are useful for filtering your reports. Post requests are queries that comprise of particular report types and filter parameters. Reports may be filtered by users, groups, forms or time.
6+
7+
## API Tokens
8+
9+
You will need an API token to access your Activity data. Tokens are managed within the Settings area of the Hub, and require Manager permissions to access and manage. All requests require an API token to authenticate you.
10+
11+
## GET Users
12+
Request: https://api.lexer.io/v1/users
13+
14+
15+
## GET Groups
16+
Request: https://api.lexer.io/v1/groups
17+
18+
19+
## GET Forms
20+
Request: https://api.lexer.io/v1/forms
21+
22+
23+
## Summary
24+
25+
**Summary Metrics**
26+
Description: count of objects handled, count of objects responded to, average response time, longest response time, count of objects that exceeded the SLA period.
27+
Request: summary
28+
29+
**Summary Volume**
30+
Description: daily volume of objects in each workflow state.
31+
Request: states_volume
32+
33+
**Classifications (Objects)**
34+
Description: classifications and their associated count of objects.
35+
Request: classifications
36+
37+
**Response Time**
38+
Description: daily average response time.
39+
Request: response_volume
40+
41+
## Team
42+
43+
**Agent Volume**
44+
Description: count of states for objects currently assigned to individual agents.
45+
Request: user_volume
46+
47+
**Agent Summary**
48+
Description: count of states for objects currently assigned to individual agents.
49+
Request: user_summary
50+
51+
## Cases
52+
53+
**Case Summary**
54+
Description:
55+
Request:
56+
57+
**Case Volume**
58+
Description:
59+
Request:
60+
61+
**Case Classifications**
62+
Description:
63+
Request:
64+
65+
## NPS
66+
67+
**NPS Summary**
68+
Description:
69+
Request:
70+
71+
**NPS Volume**
72+
Description:
73+
Request:
74+
75+
76+
## Errors
77+
78+
**Error Responses**
79+
80+
**Rate Limiting**

0 commit comments

Comments
 (0)