FAQs - Data Fetch & Synchronization

How do Operators pull platform state (ranks, missions, reward shops) into their BI?

Operators should use the Data Fetch API with their Platform OAuth token. The endpoints expose ranks, missions, reward shops, virtual currency, and more.

Does Data Fetch support deltas?

Yes. Operators can use the delta parameter to fetch only items changed since the last synchronization.

What are the pagination limits?

The maximum is 1000 items per call; Operators can lower this limit if needed.

Are there any rate limits on Data Fetch?

Yes. The limit is 100 requests per minute in a sliding window. Throttling applies beyond that until the window resets.

Where do Operators provision the OAuth client used by Data Fetch?

In the Admin panel under System Settings. Operators can then use Platform Auth to obtain tokens.

If Operators omit the delta parameter, do they get the full dataset?

Yes. The API returns all elements from the origin when delta isn’t provided.

Last updated

Was this helpful?