Get Block Versions
Responds with all versions of a specific block
GET/v0/blocks/{name}
Authorisations
AuthorizationString
Path Parameters
namestringrequired
Block nameResponse
OKapplication/json
blocksobject[]
Get Block Versions
1curl -X GET 'https://api.pixxel.space/v0/blocks/{name}' \2 -H 'Authorization: YOUR_API_KEY'
Response:
{"blocks": [{"id": "string","block_status": "string","spec": null,"created_at": "string","err": "string"}]}