Pixxel

Get Block Versions

Responds with all versions of a specific block

GET/v0/blocks/{name}
Authorisations
AuthorizationString
Path Parameters
namestringrequired
Block name
Response
application/json
OK
blocksobject[]
Show child attributes
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"
}
]
}