Get API template version
get_api_template_versionRead back the full stored definition of an api template version by slug or id. Returns the exact definition body that was authored (as a JSON string, so you can parse it to diff or patch and resubmit as a new version) plus its checksum. Omit version to get the latest version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | the template slug (provide this or template_id) | |
| version | No | specific version to fetch; omit (0) for the latest version | |
| template_id | No | the template id (provide this or slug) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| definition | Yes | ||
| content_sha256 | Yes |