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