@@ -132,7 +132,7 @@ Access the summary metrics that are used to power the big number metrics you can
132
132
133
133
Request: summary
134
134
135
- ``` json
135
+ ``` text
136
136
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
137
137
{
138
138
"type": "summary",
@@ -165,7 +165,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
165
165
166
166
Description: daily volume of objects in each workflow state.
167
167
168
- ``` json
168
+ ``` text
169
169
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
170
170
{
171
171
"type": "states_volume",
@@ -181,7 +181,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
181
181
182
182
Description: classifications and their associated count of objects.
183
183
184
- ``` json
184
+ ``` text
185
185
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
186
186
{
187
187
"type": "classifications",
@@ -195,7 +195,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
195
195
196
196
** Response Time**
197
197
198
- ``` json
198
+ ``` text
199
199
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
200
200
{
201
201
"type": "response_volume",
@@ -211,7 +211,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
211
211
212
212
** Agent Volume**
213
213
214
- ``` json
214
+ ``` text
215
215
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
216
216
{
217
217
"type": "user_volume",
@@ -223,7 +223,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
223
223
224
224
** Agent Summary**
225
225
226
- ``` json
226
+ ``` text
227
227
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
228
228
{
229
229
"type": "user_summary",
@@ -239,7 +239,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
239
239
240
240
** Case Summary**
241
241
242
- ``` json
242
+ ``` text
243
243
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
244
244
{
245
245
"type": "case_summary",
@@ -253,7 +253,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
253
253
254
254
** Case Volume**
255
255
256
- ``` json
256
+ ``` text
257
257
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
258
258
{
259
259
"type": "case_volume",
@@ -267,7 +267,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
267
267
268
268
** Case Classifications**
269
269
270
- ``` json
270
+ ``` text
271
271
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
272
272
{
273
273
"type": "case_classifications",
0 commit comments