Get Blocks
Last updated
Last updated
Name
Type
Required
Description
skip
int
No
Specify the number of items to skip for pagination.
take
int
No
Specify the number of items to get for pagination.
locale
string
No
For multilanguage projects specify the desired locale for elements values. If locale is not provided or found the project fallback will be used.
include
string
No
Specify which relations to load and include in response.
sort
string
No
Specify the blocks order.
filter
string
No
Specify filters on blocks.
image_format
string
No
Specify which image dimension to include in response. Values are thumb, medium, large and original. Default is medium.
force_locale_fallback
boolean
No
If true and the requested locale is empty, the fallback locale is returned. Default false.
Name
Description
sections
This relation will include all sections of each block. You can also send sections.elements to also obtain all the elements of every section in a single API call. Note that this will impact the performance.
structure
This relation will include all elements that define the structure of block.
Name
Default
Description
id
Yes
Sort by id.
title
No
Sort by title field.
order
No
Sort by order field.
Name
Exact
Description
id
Yes
You can filter by id.
title
No
You can filter by title.