API builder list query with filter
Confluence User - 01 Sep, 2020
I have a datalist that contains field named myID containing 100 record from 1 to 100
I used api builder to make an API for this datalist it retrieved all data correctly but when I pass a filter field the result is no data even if the data is appeared in datalist
api link : jw/api/datalistname?myId=4
This returns empty data but the datalist contains id 4 I also tried the URL Request Parameter (property in FIlters in datalist)
api link : jw/api/datalistname?myId=4
also retrieved empty data
api;datalists;plugins;filters