Inquiry Templates

  • 🌱 Add endpoint to list all Inquiry Template Versions: You can now retrieve every version of an Inquiry Template via the list all Inquiry Template Versions endpoint. Pass the required filter[inquiry-template-id] to get all published versions plus the current draft, each with its status, the change description entered at publish time, last-updater, whether it is the template’s live version, enabled locales, theme settings, and published-at, created-at, and updated-at timestamps. Results are cursor-paginated, and the parent Inquiry Template is returned as an included relationship. This endpoint requires the Inquiry Template read permission and a production API key — for security reasons, Inquiry Template Versions are not available in Sandbox.

Workflows

  • 🌱 Add endpoint to list all Workflow Versions: You can now retrieve every version of a Workflow via the list all Workflow Versions endpoint. Pass the required filter[workflow-id] to get all published versions plus the current draft, newest first, each with its status, change description, trigger-type, last-updater, and the inputs and outputs a run of that version accepts and returns. Archived versions are not returned, and description is null on draft versions until one is set. The live, rollout-label, and rollout-percentage attributes are relative to the environment of the API key you use: a version live in Production is not live in Sandbox, and two versions report live: true while a rollout is in progress. Results are cursor-paginated, and the parent Workflow is returned as an included relationship. This endpoint requires the Workflows API product feature and the Workflow read permission.