Skip to main content

Metric Tag GET

Required Permissions: Metric Get or Metric Admin

Path Parameters
    metricTagId integer required

    The id of the Metric Tag that you wish to get data from.

Responses

A JSON Object containing a metric tag's data.


Schema
    metric_tag object
    id integer
    tag string
    created_at date-time
    created_by_user_id integer
    updated_at date-time nullable
    updated_by_user_id integer nullable
Loading...