Declared in TrackingSystem
Declaration
JObject ExportToAPI(
Object obj,
int page
);
Description
This function will export the data of the object to a JSON format. This will also split the data into pages if the page is not zero. This will cache the data for future use, so that the data can be fetched in batches.
Parameters
Name | Description |
---|---|
obj | The object to fetch the data from |
page | The page of the data, starting at 0 |