cURL
curl --request GET \ --url https://api.lithoblocks.com/templates/{id}/versions \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "templateId": "<string>", "versionNumber": 123, "message": {}, "status": "<string>", "isCurrent": true, "createdAt": "<string>", "createdBy": "<string>", "sampleData": {}, "entityId": "<string>", "requestFormat": {} } ]
Get all versions of a template
LithoBlocks API key obtained from your organization dashboard
Template versions
Show child attributes