View a Report Cycle by Workspace
get
/primeapi/restapi/reportCycle/workspace/{id}
This endpoint returns report cycles that meet the following requirements:
- The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a workspace.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityReportCycle
Type:
Show Source
object
-
baseDate:
string(date-time)
The date used as the starting point for generating the period start and end dates in a reporting cycle.
-
cycleName:
string
The name of the reporting cycle.
-
link(optional):
string(url)
Read Only:
true
-
periodId:
integer(int64)
The unique identifier of a period.
-
prefix:
string
The prefix for the period naming convention label, which is used to distinguish individual time periods when viewing reporting cycles in a time phased view.
-
pushDownType(optional):
string
Allowed Values:
[ "MANUAL", "AUTOMATIC" ]
The push down type of the workspace report. -
reportCycleId:
integer(int64)
The unique identifier of a report cycle.
-
suffix:
integer(int32)
The numerical suffix for the period naming convention label, which is used to distinguish individual time periods when viewing reporting cycles in a time phased view.
-
suffixIncrement:
integer(int32)
The number to increment the suffix by in each period naming convention label, which is used to distinguish individual time periods when viewing reporting cycles in a time phased view.
-
uniqueName(optional):
string
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceId:
integer(int64)
The unique identifier of a work space.
204 Response
Successful operation with no content.
404 Response
The requested report cycle does not exist, or you do not have access to it.