50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
---
|
|
name: metric-properties-routes
|
|
description: Handle 3 OpenAPI operation(s) under /api/metric-properties/{id} for the metric properties route group.
|
|
---
|
|
|
|
# metric properties API Routes
|
|
|
|
Handle 3 OpenAPI operation(s) under /api/metric-properties/{id} for the metric properties route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### get_metric_property
|
|
|
|
- Operation ID: `get_metric_property`
|
|
- Route: `GET /api/metric-properties/{id}`
|
|
- Mode: READ
|
|
- Summary: Get Metric Property
|
|
- Parameters:
|
|
- `id` in `path` required
|
|
- `additional-fields[metric-property]` in `query`
|
|
- `fields[metric-property]` in `query`
|
|
- `fields[metric]` in `query`
|
|
- `include` in `query`
|
|
- `revision` in `header` required
|
|
|
|
### get_metric_for_metric_property
|
|
|
|
- Operation ID: `get_metric_for_metric_property`
|
|
- Route: `GET /api/metric-properties/{id}/metric`
|
|
- Mode: READ
|
|
- Summary: Get Metric for Metric Property
|
|
- Parameters:
|
|
- `id` in `path` required
|
|
- `fields[metric]` in `query`
|
|
- `revision` in `header` required
|
|
|
|
### get_metric_id_for_metric_property
|
|
|
|
- Operation ID: `get_metric_id_for_metric_property`
|
|
- Route: `GET /api/metric-properties/{id}/relationships/metric`
|
|
- Mode: READ
|
|
- Summary: Get Metric ID for Metric Property
|
|
- Parameters:
|
|
- `id` in `path` required
|
|
- `revision` in `header` required
|