ImageFilters REST API endpoint
Disclaimer: This endpoint documentation is generated from the latest Sitevision version. It might differ from the actual Sitevision environment where your website resides.
Use the RestApi utility of the Public API for server-side access of this endpoint.
ImageFilters
Get the list of global image filters for the repository of the site.
Applicable to: sv:imageFilterRepository.
GET
Returns an array of all Image Filters for the Image Filter Repository.
Requires that the caller is authorized to READ the sv:site.
Example URL
2.7f84551a13dab43a224c_site/imagefilters
Example response
[
{
"id": "201.2b629d5518a4ba426ae1",
"name": "Default filter",
"description": "Default for articles pages",
"maxWidth": 800,
"maxHeight": 600,
"lazyLoad": false,
"srcSet": true,
"defaultFilter": true
},
{
"id": "201.1377eac118a4ffa992d1",
"name": "Small filter",
"description": "Use this filter for thumbnails",
"maxWidth": 100,
"maxHeight": 100,
"lazyLoad": false,
"srcSet": false,
"defaultFilter": false
}
]
Did you find the content on this page useful?