Get card details

Retrieves details for the specified exposure view card. By default, the response includes SLA efficiency and trend data for the past 30 days. You can modify the time frame using optional parameters.

Caution: This endpoint is available for use but is currently in beta. The response structure is subject to change as we continue to enhance the data model.

Requires the Basic [16] user role or the TONE_UI.TONE_EXPOSURE_CARD.READ, LUMIN_EXPOSURE_VIEW.EXPOSURE_CARD.READ and AD.TOGGLE_AD.USE custom role privileges. See Roles.

Path Params
string
required

The unique ID of the card to retrieve details for.

Query Params
date-time

The start date for trend data. Use this parameter in combination with the trend_end_date parameter to define the time frame for the trend data.

The date must be specified as a UTC timestamp in ISO 8601 format (e.g., 2025-06-28T00:00:00.000Z).

date-time

The end date for trend data. Use this parameter in combination with the trend_start_date parameter to define the time frame for the trend data.

The date must be specified as a UTC timestamp in ISO 8601 format (e.g., 2025-06-28T00:00:00.000Z).

date-time

The start date for SLA efficiency data. Use this parameter in combination with the sla_efficiency_end_date parameter to define the time frame for the SLA efficiency.

The date must be specified as a UTC timestamp in ISO 8601 format (e.g., 2025-06-28T00:00:00.000Z).

date-time

The end date for SLA efficiency data. Use this parameter in combination with the sla_efficiency_start_date parameter to define the time frame for the SLA efficiency.

The date must be specified as a UTC timestamp in ISO 8601 format (e.g., 2025-06-28T00:00:00.000Z).

string
enum
Defaults to ANY

Filter SLA breakdown data by REMEDIATED, NON_REMEDIATED, or ANY.

Allowed:
boolean
Defaults to false

Indicates whether or not to include trend events.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Returned if your request specified invalid parameters or if your request was improperly formatted.

403

Returned if you do not have permission to retrieve the specified exposure view card.

Language
Credentials
Header
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html