ReDoc documentation
Retrieve blocks matching the specified criteria.
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "items": [
- {
- "id": 0,
- "identifier": "string",
- "title": "string",
- "content": "string",
- "creation_time": "string",
- "update_time": "string",
- "active": true
}
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
- "value": "string",
- "condition_type": "string"
}
]
}
], - "sort_orders": [
- {
- "field": "string",
- "direction": "string"
}
], - "page_size": 0,
- "current_page": 0
}, - "total_count": 0
}