List all Entity Metrics
URL
GET https://<tenant>.bubbleppm.com/api/v3/entities/<entity_id>/metrics/
GET https://<tenant>.bubbleppm.com/api/v3/entities/<entity_external_ref>/metrics/?use_external_refs
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<EntityMetric> |
| Float |
| DateTime |
| DateTime |
| Object<Metric> |
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
Example Response
[
{
"id": 100,
"value": 100000.00,
"start_date": "01/01/2022",
"end_date": "01/02/2022",
"metric": {
"id": 1,
"name": "MRR",
"type": {
"id": 1,
"name": "Periodic",
"periodic": true
}
},
{
"id": 101,
"value": 100000.00,
"metric": {
"id": 2,
"name": "NPD",
"type": {
"id": 1,
"name": "KPI",
"periodic": false
}
}
]