Release Notes
Jan 25, 2023
New version release for Get App Details API (v2)
- Replaced field
Spend
withFiscalSpend
in the new version. - The
FiscalSpend
field has a different object structure fromSpend
. Please update any integrations or code that references theSpend
field to useFiscalSpend
instead. - Note that the old version (
/v1/apps/:applicationId
) will no longer haveSpend
field after April 1, 2023. - Added two new metadata fields
FiscalDate
andFiscalDateRange
. These contain date, year, range info about theFiscalSpend
data. - API documentation: Updated documentation; previous version.