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 0860ac6

Browse files
author
Adam Glustein
committed
Fixed some capitalization and also gave more clear date range explanation
1 parent df6dfcf commit 0860ac6

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
@@ -23,8 +23,8 @@ The Data Export API is designed according to REST principles. The API accepts JS
2323

2424

2525
* Purchase access to the Data Export API via your account manager
26-
* Generate Your API token (generate through self-serve key generation modal behind feature flag `data_api`)
27-
* Get Access to your exclusive Ada developer slack channel
26+
* Generate your API token (generate through self-serve key generation modal behind feature flag `data_api`)
27+
* Get access to your exclusive Ada developer Slack channel
2828

2929

3030
#### Access to the Data Export API on your account
@@ -131,20 +131,20 @@ You can use this channel to ask questions, raise issues, or get advice from the
131131

132132
## Rate limits
133133

134-
The Data Export API is subject to rate limiting. If you exceed the rate limit, we may return a **429-Too many requests”** response status code.
134+
The Data Export API is subject to rate limiting. If you exceed the rate limit, we may return a **429-Too Many Requests** response status code.
135135

136136
We provide rate limits in order to ensure the stability of our infrastructure for all clients and the best experience for you. When calling the Data Export API you should implement **429** retry logic using exponential backoff and jitter.
137137

138-
The early access API rate limits are: **1 Request / Second per endpoint**
138+
The early access API rate limits are: **1 request / second for each endpoint**
139139

140140

141141
## Page size and date range limitations
142142

143143
In addition to rate limits, we’ve implemented page size and date range limitations.
144144

145-
**Page size limitations**: 10,000 record max per page
145+
**Page size limitations**: maximum of 10,000 records per page
146146

147-
**Date range limitations:** Exports are limited to records from the previous 60 days
147+
**Date range limitations:** the end date of the query must be **60 days** or less from the start date
148148

149149

150150
## Status Codes

0 commit comments

Comments
 (0)