I want to understand how to send Where argument within the API to filter for example name or something else within any Modules
According to Document it provide with simple parameters offset or maxSize, but how to use WHERE ???
Sample API from Documents
GET Account?offset=0&maxSize=20
Please provide me with sample using where
Thank you in advance
According to Document it provide with simple parameters offset or maxSize, but how to use WHERE ???
Sample API from Documents
GET Account?offset=0&maxSize=20
Please provide me with sample using where
Thank you in advance
Comment