campaignStartDate - The campaign start date. Accepts any date string
parseable by php:date(). Accepts the keywords ::all:: and
::active:: to filter by all campaigns, or by only active ones.
campaignEndDate - The campaign end date. Accepts any date string
parseable by php:date().
filterStartDate - The start date for including rows in the export.
Accepts any date string parseable by php:date().
filterEndDate - The end date for including rows in the export.
Accepts any date string parseable by php:date().
email - E-Mail address to receive job notifications.
encoding - The language encoding to use with the export file. For
example, UTF-8.
reportSuites - (Optional) The list of report suites on which
classifications exports data.
rowFilterColumnName - (Optional) The column name that
classifications checks for cell values that match the value
specified in the row_match_filter_match_column_value
parameter.
rowFilterColumnValue - (Optional) Include this parameter when using
the row_match_filter_match_column_name parameter. If the cell
value matches the value, classifications includes it in the
export. Include ::empty:: to filter empty rows.
rowCount - (Optional) Limits the number of data rows in the export
file to the specified value. The default is 1000.
quoteOutput - Whether to quote the output. In some cases, turning
this on helps with duplicate keys containing whitespace.
campaignStartDate - The campaign start date. Accepts any date string
parseable by php:date(). Accepts the keywords ::all:: and
::active:: to filter by all campaigns, or by only active ones.
campaignEndDate - The campaign end date. Accepts any date string
parseable by php:date().
filterStartDate - The start date for including rows in the export.
Accepts any date string parseable by php:date().
filterEndDate - The end date for including rows in the export.
Accepts any date string parseable by php:date().
email - E-Mail address to receive job notifications.
encoding - The language encoding to use with the export file. For
example, UTF-8.
page - The number of the data page you want to view from the export
job. Default is 1. The viewable_pages value in
getStatus(Configuration, int) indicates the number of
data pages in the job. Valid values for page are between 1 and
the value of viewable_pages.
Returns:
A JSONArray of JSONObjects containing information from a single
data page of a classifications export job. The objects are of
the following structure:
Appends row data to a previously created import job. Data can be
separated into pages, but the pages must be sent sequentially (either
ascending or descending) to avoid errors when jobs are processed.
page - Page number that identifies the sequential position in the
import job. For example, if you submit a spreadsheet
with 1000 values, divided into 4 pages, page 1 includes values
1 - 250, page 2 includes values 251 - 500, and so on.
rows - Collection of row data that matches the column heading
Returns:
true if population was successful,
false otherwise.