FiscalPeriod
Retrieve a list of all fiscal periods
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The budget service's key for this object. | |
| Name | String | The name of this fiscal period. Must be unique for this entity. | |
| StartDate | Date | The start date for this fiscal period. Must be within the parent fiscal year. | |
| EndDate | Date | The end date for this fiscal period. Must be within the parent fiscal year. | |
| Status | String | The status of this fiscal period. Supported values: OPEN, CLOSED, REMOVED | |
| CurrentPeriod | Boolean | True if this the current fiscal period based on the current date and time, False otherwise. | |
| PeriodType | String | The type of fiscal period. Supported values: MONTHLY | |
| FiscalYearId [KEY] | String |
FiscalYears.Id | The key of the parent fiscal year for this fiscal period. |
| SpendDate | Date | If the current date is after this fiscal period's start date, this field shows the current date. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| IncludeRemoved | Boolean | If true, the service will return all Fiscal Years, including those that were previously removed. If not supplied, this field defaults to false. |