List all Metric Value Type
URL
GET https://<tenant>.bubbleppm.com/api/v3/metricvaluetypes/
Attributes
Name | Type |
|---|---|
| PK<MetricValueType> |
| string |
| boolean |
| boolean |
| boolean |
| string |
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": "Dollar",
"label_suffix": false,
"percentage": false,
"separators": false,
"unit": "$"
}
]