Returns a list of certain store fields that are tracked over time.
Formats
| .json | JSON (default format if no extension is supplied) |
| .js |
Javascript (for use with JSON-P, requires callback parameter)
|
| .csv | Comma Separated Values |
| .tsv | Tab Separated Values |
Parameters
-
limit -
Only used for CSV and TSV responses, specifies the number of rows to return. The default value is 50, and the maximum value is 500.
-
page -
The page number to return. Consult the API conventions documentation for more information about pagination.
-
per_page -
The number of objects to include per page. The default value is 50, and the maximum value is 100.