Wildfire APIs
Public Commission Sample Data
3min
If you need a set of sample commission data to test against, there are a few options available:
- If you already have a Wildfire Application ID and Secret, you can request sample commissions be created for your application. These sample commissions include a very small set of data with a single record in each possible status.
- Alternatively, if you need a larger, more diverse set of data, or if you don't have an application created yet, you can use a sample set of commission data.
This page describes this second option.
Retrieve a sample set of commission data
GET
Request
Query Parameters
limit
optional
Number
Number of records to include in the result (default is 100)
These records will represent a normal commission with the following exceptions:
- The ApplicationID will always show as 0
- The Device ID will always show as 0
- The Status is randomized (you'll see cases where a brand new commission record is marked PAID which would never happen in the practice)
You can find the other description of fields in the following article: Syncing Commission Data via API and Callbacks
Updated 29 Nov 2023
Did this page help you?