Skip to main content

Metric Tag GET

GET 

https://sandbox.absmartly.com/v1/metric_tags/:metricTagId

Required Permissions: Metric Get or Metric Admin

Request

Path Parameters

    metricTagId integerrequired

    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-timenullable
    updated_by_user_id integernullable

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: A User API Key for API authorization. **Must be in the format "Api-Key your_user_api_key"**scheme: ^Api-Key\s\S+
curl -L -X GET 'https://sandbox.absmartly.com/v1/metric_tags/:metricTagId' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://sandbox.absmartly.com/v1
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!