Hello, If I wanted to return the details for one value I can use https://api.myintervals.com/time/?moduleid=123456&datebegin=10-10-2&dateend=10-10-10&limit=2000
How could I combine this to return multiples https://api.myintervals.com/time/?moduleid=123456&moduleid=123457&moduleid=123458&datebegin={1}&dateend={2}&limit=2000
The moduleid filter on the time resource does allow you to string multiple values together. The expected format is CSV. Your query would look something like this:
Many resource filters allow you to string multiple integers together in a CSV format. The documentation for each resource will tell you when this is permitted. In the "Expects" column, next to where it says "integer", if there is a superscript "1" that means multiple values are allowed.