Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Commit 2769ee6

Browse files
author
Adam Glustein
committed
Fixed conversations examples
1 parent d48db25 commit 2769ee6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/includes/data_api.md.erb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Conversations are a higher-order object that contain messages (which can be acce
225225
### Parameters
226226

227227

228-
|Params|Required?|Default Value (if param not used)|Type|Example|v1.0|v1.1|
228+
|Params|Required?|Default Value|Type|Example|v1.0|v1.1|
229229
|--- |--- |--- |--- |--- |--- |--- |
230230
|created_since|One of `created_since` or `updated_since` is required|NA|UTC Timestamp|2020-09-21T00:00:00|✔|✔|
231231
|updated_since|One of `created_since` or `updated_since` is required|NA|UTC Timestamp|2020-09-21T00:00:00|✔|✔|
@@ -236,7 +236,7 @@ Conversations are a higher-order object that contain messages (which can be acce
236236

237237
### Returns
238238

239-
Returns a list Conversation objects along with status message and next page uri if applicable.
239+
Returns a list Conversation objects along with a status message and `next_page_uri` if applicable.
240240

241241

242242
### Examples
@@ -245,7 +245,7 @@ Returns a list Conversation objects along with status message and next page uri
245245
#### V1
246246

247247

248-
#### Get all conversations after`created_since`
248+
#### Get all conversations that were created within 1 week of `created_since`
249249

250250
`GET /data_api/v1/conversations?created_since=2020-09-21T04%3A30%3A22.681000%2B00%3A00&page_size=100`
251251

@@ -286,7 +286,7 @@ Returns a list Conversation objects along with status message and next page uri
286286

287287

288288

289-
#### Get all conversations that were updated 1 week after `updated_since`
289+
#### Get all conversations that were updated within 1 week of `updated_since`
290290

291291
`GET /data_api/v1/conversations?updated_since=2020-09-21T04%3A30%3A22.681000%2B00%3A00&page_size=100`
292292

@@ -329,7 +329,7 @@ Returns a list Conversation objects along with status message and next page uri
329329
#### V1.1
330330

331331

332-
#### Get all conversations that were created 1 week after `created_since`
332+
#### Get all conversations that were created within 1 week of `created_since`
333333

334334
`GET /data_api/v1.1/conversations?created_since=2020-09-21T04%3A30%3A22.681000%2B00%3A00&page_size=100`
335335

@@ -370,7 +370,7 @@ Returns a list Conversation objects along with status message and next page uri
370370

371371

372372

373-
#### Get all conversations that were updated 1 week after `updated_since`
373+
#### Get all conversations that were updated within 1 week of `updated_since`
374374

375375
`GET /data_api/v1.1/conversations?updated_since=2020-09-21T04%3A30%3A22.681000%2B00%3A00&page_size=100`
376376

0 commit comments

Comments
 (0)