How to filter the api by params

Hello there , i’m trying to filter my request using params like:
https://cloud.squidex.io/api/content/username/works/?type=web
but it’s not working ,
for example the response :
data: {
name: {},
job:{},
type:{
“iv”: ‘web’
}
}

how i will be able to filter by the type ?
many thanks

Please use the template for new support request and format code examples properly.