Dear All,
I have a list called "Contacts", Need to get some contact information using REST api (GET) filter query.
Unable to get the response from this REST api, The reason is query too long. How to resolve this issue?
I have searched google and get some information and mentioned below,
1. In REST api GET method query limit is 255 Character (bytes).
2. SO GET method is limitation instead of use POST method, No limitation for POST method.
3. We have tried POST method , But struggling to pass the filter query in body (Data).
Note : Please help me as soon as possible.
Regards,
Tamil