GET Metric Tag
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
- 200
A JSON Object containing a metric tag's data.
application/json
Schema
Example (from schema)
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
{
"metric_tag": {
"id": 0,
"tag": "location:Header",
"created_at": "2023-09-22T15:13:55.415Z",
"created_by_user_id": 0,
"updated_at": "2023-09-22T15:13:55.415Z",
"updated_by_user_id": 0
}
}
Loading...