Skip to main content

Retrieve details of a specific widget like widget name by its ID.

GET 

/visualization/widgets/:id

This endpoint retrieves detailed information about a specific widget using its unique ID. The widget details include widget name, description, category, widget timeline details and other relevant data that can be used to identify the widget. This endpoint is useful for users who need to identify the widget for further performance metrics retrieval from the widget.

Request

Path Parameters

    id integerrequired

    The unique identifier of the widget to retrieve.

Responses

Successful retrieval of the widget details.

Schema
    oneOf
    response-code integerrequired
    status stringrequired
    result object[]required
  • Array [
  • visualization objectrequired
    name stringrequired
    description stringrequired
    category stringrequired
    type stringrequired
    Visualization.timeline object
    relative.timeline string
    properties objectrequired
    chart object[]required
  • Array [
  • legend stringrequired
    label stringrequired
  • ]
  • id integerrequired
  • ]
Loading...