GET api/Report/AdvReports/Periods?selecedReportId={selecedReportId}&dateTime={dateTime}
Get a list of periods belonging to this report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| selecedReportId |
id of the report |
integer |
Required |
| dateTime |
date the period must include |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
List of periods for the given report
Collection of ReportingPeriod| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Offset | integer |
None. |
|
| DefaultOffset | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.