Metric Tags LIST
GEThttps://sandbox.absmartly.com/v1/metric_tags
Required Permissions: Metric List
or Metric Admin
Request
Query Parameters
sort string
The object key to sort the results by.
sort_asc boolean
page integer
items integer
Responses
- 200
A JSON Object containing an array of all metrics tags.
- application/json
- Schema
- Example (from schema)
Schema
items integer
page integer
Possible values: >= 1
total integer
metric_tags object[]
{
"items": 0,
"page": 0,
"total": 0,
"metric_tags": [
{
"id": 0,
"tag": "location:Header",
"created_at": "2024-12-02T14:38:57.844Z",
"created_by_user_id": 0,
"updated_at": "2024-12-02T14:38:57.844Z",
"updated_by_user_id": 0
}
]
}
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
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://sandbox.absmartly.com/v1/metric_tags' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear