View a Report Cycle

get

/api/restapi/reportCycle/{reportCycleId}

This endpoint returns report cycles that meet the following requirements:
  • The object has an ID that matches the value of the {reportCycleId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityReportCycle
Type: object
Title: ApiEntityReportCycle
Show Source
  • Allowed Values: [ "OWNED", "INHERITED" ]
    The type of association in the relationship between the report cycle and the workspace. Possible values are Owned and Inherited.
  • The date used as the starting point for generating the period start and end dates in a reporting cycle.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the reporting cycle.
  • Allowed Values: [ "REPORTING_PERIOD", "YEARLY", "QUARTERLY", "MONTHLY", "SEMIMONTHLY", "WEEKLY", "DAILY" ]
    The level of granularity for the workspace report.
  • The unique identifier of a period.
  • Maximum Length: 255
    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.
  • Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    The push down type of the workspace report.
  • The unique identifier of a report cycle.
  • 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.
  • 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.
  • Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.

404 Response

The requested report cycle does not exist, or you do not have access to it.
Back to Top