cURL
curl --request GET \ --url https://api.embeddables.com/projects/{projectId}/embeddables/{embeddableId}/versions/{versionNumber} \ --header 'X-Api-Key: <x-api-key>'
{ "embeddable_id": "flow_myexampleembeddable", "version_number": 123, "saved_at": "2022-01-01T00:00:00Z", "json_string": "{ \"pages\": [] }" }
Retrieve a specific version of an embeddable from the database based on the ID and version number
The unique identifier for a Project in the database
The unique identifier for a Embeddable in the database
The version number of an embeddable
A Date + Time string in ISO format
The JSON representation of the embeddable, stringified
Was this page helpful?