Q parameter support not equal condition in Asset query

When calling the API’s Asset, I want to transmit the not equal condition through the q parameter. How to do it? For example, the form name is not equal to ‘test form’

Thank you

Does the api support not equal condition filter query? For example, I want to query the survey with name!=‘test’?how do it?

Regards,

Welcome to the community, @DannaShen! Maybe you will need to share your sample API so that the community will be able to help you out.

@Kal_Lam For example, api: http://tcdev.ictr.com.cn:8880/api/v2/assets.json, the returned data is as shown below:

but I want to query that name is not equal to test, how to write this api,thanks