Skip to main content

I’m looking for a method of getting a Data Range of the loggedDate but cannot figure it out.  I’ve seen this post and tried to follow the example, but it doesn’t work for me in 11.8.1 - 

?itemBId=0&loggedDate=2024-07-10T00:00:00Z;2024-07-11T00:00:00Z

 

When I do this search, I find X amount that is below the 10,000 limit, but it includes all the dates from 7/10 to end of time.

 

Another subject is there a way to page the results, currently I’m limited on 10,000 and would like to get all the results back in one shot.

 

Hello Michael, 

Looking at your message above I can see that you are using a semi column to separate the dates instead of a coma. Can I please ask you to try a coma and advise if this helps?

2024-07-10T00:00:00Z,2024-07-11T00:00:00Z

I can also confirm that currently assystRest does not support pagination and is bounded to the row limit parameter from assyst to avoid too many records being returned.

If pagination is required please do not hesitate to log an enhancement request.

 

Hope this helps but let us know otherwise.

Kind regards


This query: curl -u user:password -X GET https://wvtexasyt0006.oppd.oppd-ds.com:8443/assystREST/v2/events?itemBId=0&loggedDate=2024-07-10T00:00:00Z,2024-07-11T00:00:00Z 

Ends with this at the end, it does return items (not for sure IF the date range worked, but doubt it due to this error at the end. Which looks like it is a Windows error more than anything.

'loggedDate' is not recognized as an internal or external command, operable program or batch file.

I’ve been working on the “itemAId” and I’m finding that if you put in “itemAId=`145,191” - IT only gets those events with ItemAId with 145 and 191, nothing between as I know I have an itemAId of 171 - that is NOT in the results.

IS there a way to do a range?  

I’m looking to do a range on csgID - but it doesn’t like what I put in...not for sure why...


Reply