49 lines
1.4 KiB
Markdown
49 lines
1.4 KiB
Markdown
---
|
|
name: form-versions-routes
|
|
description: Handle 3 OpenAPI operation(s) under /api/form-versions/{id} for the form versions route group.
|
|
---
|
|
|
|
# form versions API Routes
|
|
|
|
Handle 3 OpenAPI operation(s) under /api/form-versions/{id} for the form versions 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_form_version
|
|
|
|
- Operation ID: `get_form_version`
|
|
- Route: `GET /api/form-versions/{id}`
|
|
- Mode: READ
|
|
- Summary: Get Form Version
|
|
- Parameters:
|
|
- `id` in `path` required
|
|
- `fields[form-version]` in `query`
|
|
- `fields[form]` in `query`
|
|
- `include` in `query`
|
|
- `revision` in `header` required
|
|
|
|
### get_form_for_form_version
|
|
|
|
- Operation ID: `get_form_for_form_version`
|
|
- Route: `GET /api/form-versions/{id}/form`
|
|
- Mode: READ
|
|
- Summary: Get Form for Form Version
|
|
- Parameters:
|
|
- `id` in `path` required
|
|
- `fields[form]` in `query`
|
|
- `revision` in `header` required
|
|
|
|
### get_form_id_for_form_version
|
|
|
|
- Operation ID: `get_form_id_for_form_version`
|
|
- Route: `GET /api/form-versions/{id}/relationships/form`
|
|
- Mode: READ
|
|
- Summary: Get Form ID for Form Version
|
|
- Parameters:
|
|
- `id` in `path` required
|
|
- `revision` in `header` required
|