List all Metrics
URL
GET https://<tenant>.bubbleppm.com/api/v3/metrics/
External Refs
This endpoint supports External Refs. For more information please refer to the documentation here.
Pagination
This endpoint supports pagination. For more information please refer to the documentation here.
Attributes
Name | Type |
|---|---|
| PK<Metric> |
| ERef<Metric> |
| PK<MetricType> |
| PK<MetricValueType> |
| integer |
| integer |
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
| String |
| String |
| Integer |
| Integer |
Example Response
[
{
"id": 1,
"external_ref": "REG_SALES_APAC"
"name": "Regional Sales APAC",
"type": 1,
"valuetype" 1,
"decimal_places": 2,
"order": 1
}
]