Export Configurable Model Data API
With this release, we continue to improve the exportConfigurableModelData API. You can now
specify the columns you want to export, increasing performance and efficiency. We also
enable you to set the decimal precision of the data.
Columns Filters in
exportConfigurableModelData
Release: 2022-09-10With this update, you can
specify which modeled sheet columns you retrieve by including those columns in the
exportConfigurableModelData filters element.
If you don't specify columns, all
of the modeled sheet columns return in the response.
To use this functionality, you must update the
API to v33 or above. This also requires you to set isGetAllRows to true for the
modeled sheet element.
Request Raw Data in
exportConfigurableModelData
Release: 2022-11-18You can now include
useActualData=true in the modeled sheet element when you stream data, enabling you to ignore
the account decimal precision. We export calculated accounts at 9-decimal precision.
To
use this functionality, you must use API v35 and not include useAccountPrecision in the
request, or set it to false.
Escape Double Quotes in String Values
Release:
2022-11-18We now automatically escape double quotes in string fields for dimension values
and text fields to make exports easier to process.
You must use API v35 and set
isGetAllRows to true.
Status Messages for Streaming
exportConfigurableModelData
Release: 2022-11-18We now include this information in
the response when you stream data from exportConfigurableModelData:
- A status tag with a Boolean success attribute.
- A total row count for the data tag.
- A row count sent in the status tag.
You must use API v35 and set isGetAllRows to true.
Prefix Removed from parentId in Data
Output
Release: 2022-11-18We no longer include the s prefix for parentId data output
with API v35 when useNumericIds=true.
Account Data Precision for
exportConfigurableModelData
Release: 2022-09-10
To use this functionality,
you must update the API to v33 or above. This also requires you to set isGetAllRows to true
for the modeled sheet element.