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

NameDescription
objThe object to fetch the data from
pageThe page of the data, starting at 0