List all Metric Types
URL
GET https://<tenant>.bubbleppm.com/api/v3/metrictypes/
Attributes
Name | Type |
|---|---|
| PK<MetricType> |
| string |
| integer |
| boolean |
Pagination
This endpoint supports pagination. For more information please refer to the documentation here.
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
| String |
Example Response
[
{
"id": 1,
"name": "KPI",
"order":0,
"periodic": false
},
{
"id": 2,
"name": "Periodic",
"order": 1,
"periodic": true
}
]