| Property Name |
Data Type |
Req/Opt |
Description |
| reqTimeZone |
String |
Required |
The timezone to use for all returned result dates. |
| resourceCode |
String |
Required |
The resourceCode for the resource you are querying. |
| fromDate |
aftonApi Date |
Required |
The starting aftonApi Date of the TimeSpan. |
| thruDate |
aftonApi Date |
Required |
The ending aftonApi Date of the TimeSpan. |
See BaseResponse. The following properties are found in the data (getData()) property of the BaseResponse.
| Property Name |
Data Type |
Description |
| resourceCode |
String |
The resourceCode for the resource you are querying. |
| timeSpans |
Array of TimeSpanEPQQuery |
List of TimeSpans that satisfy the query criteria. |