Empty statistics

get

https://{your_site_interface}/opa-hub/api/12.2.35/statistics

This operation will get an empty statistics response only containing related links.

Request

Query Parameters
  • Comma separated list of named resources to expand, or "all" to expand all
  • Comma separated list of fields to be returned
  • Comma separated list of links to be returned, or "none" to omit links
  • A JSON object for filtering matching property values within the collection

There's no request body for this operation.

Security
  • Type: apiKey
    Description: Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}.
  • Type: oauth2
    Description: POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Back to Top

Response

Supported Media Types

200 Response

No statistics were retrieved.
Body ()
Root Schema : statistics
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : statistic
Type: object
Show Source
Nested Schema : data
Type: array
Read Only: true
List of statistics data.
Show Source
Nested Schema : includedActionTypes
Type: array
The action types to include in the returned metric data. If not provided, includes a default set of actions as defined by the chosen metric.
Show Source
  • Allowed Values: [ "nonAgentInterviews", "agentInterviews", "allAssessedCases", "batchAssessCases", "answerServiceAPICalls", "assessServiceAPICalls", "referencedDecisionServiceCases", "testServiceCases" ]
Nested Schema : statisticDataItem
Type: object
Show Source
Back to Top