Get Block by Version
Responds with a specific version of a block
GET/v0/blocks/{name}/versions/{version}
Authorisations
AuthorizationString
Path Parameters
namestringrequired
Block nameversionstringrequired
Block versionResponse
OKapplication/json
idstring
ID is the unique identifier for this blockblock_statusstring
BlockStatus represents the current state of the blockspecobject
Spec contains the block specificationcreated_atstring
CreatedAt indicates when the block was createderrstring
Err contains any error informationGet Block by Version
1curl -X GET 'https://api.pixxel.space/v0/blocks/{name}/versions/{version}' \2 -H 'Authorization: YOUR_API_KEY'
Response:
{"id": "string","block_status": "string","spec": null,"created_at": "string","err": "string"}