curl --location -g --request GET 'http:///V1/cmsBlock/search'
{
"items": [
{
"active": true,
"content": "string",
"creation_time": "string",
"id": 0,
"identifier": "string",
"title": "string",
"update_time": "string"
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}