Skip to content

Commit eaae74e

Browse files
committed
small language change
testing to see if updates are still coming through + small language change
1 parent 15d729d commit eaae74e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/includes/_activity.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Activity
22

3-
Using the Activity API, you can retrieve performance data 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.
3+
Using the Activity API, you can retrieve performance data 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 applications.
44

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.
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 and time.
66

77
## API Tokens
88

@@ -229,8 +229,9 @@ value | number of objects in this state | integer
229229
date_range | date for value | string
230230

231231
**Notes:**
232-
> Most results will be found in the 'closed' state. We suggest using this volume to map total volume over time.
233-
> If your query range is less than 4 days the time intervals will be reduced from days to hours.
232+
Most results will be found in the 'closed' state. We suggest using this volume to map total volume over time.
233+
234+
If your query range is less than 4 days the time intervals will be reduced from days to hours.
234235

235236

236237

0 commit comments

Comments
 (0)