Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation getReportingReportRunsReportRun
Synopsis
- getReportingReportRunsReportRun :: forall m. MonadHTTP m => GetReportingReportRunsReportRunParameters -> ClientT m (Response GetReportingReportRunsReportRunResponse)
- data GetReportingReportRunsReportRunParameters = GetReportingReportRunsReportRunParameters {}
- mkGetReportingReportRunsReportRunParameters :: Text -> GetReportingReportRunsReportRunParameters
- data GetReportingReportRunsReportRunResponse
Documentation
getReportingReportRunsReportRun Source #
:: forall m. MonadHTTP m | |
=> GetReportingReportRunsReportRunParameters | Contains all available parameters of this operation (query and path parameters) |
-> ClientT m (Response GetReportingReportRunsReportRunResponse) | Monadic computation which returns the result of the operation |
GET /v1/reporting/report_runs/{report_run}
<p>Retrieves the details of an existing Report Run.</p>
data GetReportingReportRunsReportRunParameters Source #
Defines the object schema located at paths./v1/reporting/report_runs/{report_run}.GET.parameters
in the specification.
GetReportingReportRunsReportRunParameters | |
|
Instances
mkGetReportingReportRunsReportRunParameters Source #
Create a new GetReportingReportRunsReportRunParameters
with all required fields.
data GetReportingReportRunsReportRunResponse Source #
Represents a response of the operation getReportingReportRunsReportRun
.
The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), GetReportingReportRunsReportRunResponseError
is used.
GetReportingReportRunsReportRunResponseError String | Means either no matching case available or a parse error |
GetReportingReportRunsReportRunResponse200 Reporting'reportRun | Successful response. |
GetReportingReportRunsReportRunResponseDefault Error | Error response. |