This query allows administrators access to the fiscal year end date for the enterprise.
This query is only accessible to enterprise administrators.
The result is returned as a formatted string in standard ISO-8601 format (yyyy-MM-DD).
Note that the fiscal year start date is computed internally as one day following the previous fiscal year end date. Tiles or scripts needing the fiscal year date range can compute the range if needed from the end date.
Example
{
fiscalYearEndDate
}
{
"data": {
"fiscalYearEndDate": "2022-12-31"
}
}