Skip to content

Commit 988966e

Browse files
committed
More formatting updates
another one
1 parent 89f1fc4 commit 988966e

File tree

1 file changed

+121
-2
lines changed

1 file changed

+121
-2
lines changed

source/includes/_activity.md

Lines changed: 121 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ form_url | URL to view this form | string
128128

129129
Access the summary metrics that are used to power the big number metrics you can see in Activity. This includes the number of objects handled, response count, average response time, agent handle time and a few others.
130130

131-
**
132131

133-
Request: summary
134132

135133
```text
136134
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
@@ -158,6 +156,19 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
158156
"avg_action_response_time_min": 8.48896145080035
159157
}
160158
```
159+
-
160+
-
161+
-
162+
-
163+
-
164+
-
165+
-
166+
-
167+
-
168+
-
169+
-
170+
-
171+
-
161172

162173

163174

@@ -175,6 +186,20 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
175186
```
176187
**Type:** states_volume
177188

189+
-
190+
-
191+
-
192+
-
193+
-
194+
-
195+
-
196+
-
197+
-
198+
-
199+
-
200+
-
201+
-
202+
178203

179204

180205
**Classifications (Objects)**
@@ -191,6 +216,19 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
191216
```
192217
**Type:** classifications
193218

219+
-
220+
-
221+
-
222+
-
223+
-
224+
-
225+
-
226+
-
227+
-
228+
-
229+
-
230+
-
231+
-
194232

195233

196234
**Response Time**
@@ -205,6 +243,19 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
205243
```
206244
**Type:** response_volume
207245

246+
-
247+
-
248+
-
249+
-
250+
-
251+
-
252+
-
253+
-
254+
-
255+
-
256+
-
257+
-
258+
-
208259

209260

210261
## Team
@@ -221,6 +272,20 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
221272
```
222273
**Type:** user_volume
223274

275+
-
276+
-
277+
-
278+
-
279+
-
280+
-
281+
-
282+
-
283+
-
284+
-
285+
-
286+
-
287+
-
288+
224289
**Agent Summary**
225290

226291
```text
@@ -233,6 +298,20 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
233298
```
234299
**Type:** user_summary
235300

301+
-
302+
-
303+
-
304+
-
305+
-
306+
-
307+
-
308+
-
309+
-
310+
-
311+
-
312+
-
313+
-
314+
236315

237316

238317
## Cases
@@ -249,6 +328,19 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
249328
```
250329
**Type:** case_summary
251330

331+
-
332+
-
333+
-
334+
-
335+
-
336+
-
337+
-
338+
-
339+
-
340+
-
341+
-
342+
-
343+
-
252344

253345

254346
**Case Volume**
@@ -263,6 +355,20 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
263355
```
264356
**Type:** case_volume
265357

358+
-
359+
-
360+
-
361+
-
362+
-
363+
-
364+
-
365+
-
366+
-
367+
-
368+
-
369+
-
370+
-
371+
266372

267373

268374
**Case Classifications**
@@ -277,6 +383,19 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
277383
```
278384
**Type:** case_classifications
279385

386+
-
387+
-
388+
-
389+
-
390+
-
391+
-
392+
-
393+
-
394+
-
395+
-
396+
-
397+
-
398+
-
280399

281400

282401

0 commit comments

Comments
 (0)