I want to get the card of table Asset on my iOS device ,so I use AFN to make a get request.
my parameters is:
filter = {
attribute = {
simple = {
attribute = TypeName;
operator = equal;
value = Monitor;
};
};
};
this will change to json automatically。
but I got all datas without filter. can you tell me what's wrong with my code ?