Search
-
Hello Support ,
We are retrieving records fine when limited to Top 10.
I changed the 10 to 100 and we get 401 unauthorized , can you please advise how we can increase the limit on both Top and skip without being blocked.
From documentation it says ……. The default value of ...
-
I already know that i can do this :
GET /api/v1/tables/Invoice?filter=TimeCreated ge '2020-04-17T00:00-04:00' and TimeCreated lt '2020-04-18T00:00-04:0
But My quesition is it should be dynamic for eachday , i don't want to put static Date everyday, I want automation so that i don't have put current date on ...
-
Hi all,
I would like to filter and fetch the record based on my current day , for example : https://rest.method.me/api/v1/tables/SalesOrder/?filter=TxnDate eq '2024-05-09 13:00:00 -05:00' here instead of static date
I want to dynamically filter and retrieve records based on the current day. For ...
|
|
|