Pixxel

Get Block by Version

Responds with a specific version of a block

GET/v0/blocks/{name}/versions/{version}
Authorisations
AuthorizationString
Path Parameters
namestringrequired
Block name
versionstringrequired
Block version
Response
application/json
OK
idstring
ID is the unique identifier for this block
block_statusstring
BlockStatus represents the current state of the block
specobject
Spec contains the block specification
Show child attributes
created_atstring
CreatedAt indicates when the block was created
errstring
Err contains any error information
Get 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"
}