@@ -225,7 +225,7 @@ Conversations are a higher-order object that contain messages (which can be acce
225
225
### Parameters
226
226
227
227
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|
229
229
|--- |--- |--- |--- |--- |--- |--- |
230
230
|created_since|One of `created_since` or `updated_since` is required|NA|UTC Timestamp|2020-09-21T00:00:00|✔|✔|
231
231
|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
236
236
237
237
### Returns
238
238
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.
240
240
241
241
242
242
### Examples
@@ -245,7 +245,7 @@ Returns a list Conversation objects along with status message and next page uri
245
245
#### V1
246
246
247
247
248
- #### Get all conversations after `created_since`
248
+ #### Get all conversations that were created within 1 week of `created_since`
249
249
250
250
`GET /data_api/v1/conversations?created_since=2020-09-21T04%3A30%3A22.681000%2B00%3A00&page_size=100`
251
251
@@ -286,7 +286,7 @@ Returns a list Conversation objects along with status message and next page uri
286
286
287
287
288
288
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`
290
290
291
291
`GET /data_api/v1/conversations?updated_since=2020-09-21T04%3A30%3A22.681000%2B00%3A00&page_size=100`
292
292
@@ -329,7 +329,7 @@ Returns a list Conversation objects along with status message and next page uri
329
329
#### V1.1
330
330
331
331
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`
333
333
334
334
`GET /data_api/v1.1/conversations?created_since=2020-09-21T04%3A30%3A22.681000%2B00%3A00&page_size=100`
335
335
@@ -370,7 +370,7 @@ Returns a list Conversation objects along with status message and next page uri
370
370
371
371
372
372
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`
374
374
375
375
`GET /data_api/v1.1/conversations?updated_since=2020-09-21T04%3A30%3A22.681000%2B00%3A00&page_size=100`
376
376
0 commit comments