First time here? Check out the FAQ!
0

Issue trying to query with L_UpdateDate

Rets URL https://imls.apps.retsiq.com/dd16/ret... User : 557413

Getting no record when trying to query with https://imls.apps.retsiq.com/dd16/ret... &class=RE_1.

This was working at one point in the last month. I'm new to rets so could be something simple that I'm missing.

jwoods's avatar
jwoods
asked 2019-05-27 15:33:04 -0500
edit flag offensive 0 remove flag close merge delete

Comments

What is your RETS Login URL and User-Agent?

bwolven's avatar bwolven (2019-05-28 09:17:31 -0500) edit
add a comment see more comments

1 Answer

0

Looking at the logs, some of your search requests are succeeding. But some some show zero records returned.
Here are some examples that return zero:
((L_StatusCatID=1),(LV_vow_include=Y)),((L_UpdateDate=2019-05-24))
((L_StatusCatID=1),(LV_vow_include=Y)),((L_UpdateDate=2019-05-24T20:07:37.0))
((L_StatusCatID=1),(LV_vow_include=Y)),((L_UpdateDate=2019-02-19T14:37:54.2Z))
Are you URL escaping the plus character properly?
The ones I see returning records have the "+" character after the date.
Without this, it would have to be an exact timestamp match to return anything.

bwolven's avatar
bwolven
answered 2019-05-28 09:36:50 -0500
edit flag offensive 0 remove flag delete link

Comments

Were you able to get this working?

bwolven's avatar bwolven (2019-05-28 13:52:31 -0500) edit

It works in postman now with the encoded +. I will try it later in the code. Thanks

jwoods's avatar jwoods (2019-05-28 15:49:15 -0500) edit

Glad to hear it.

bwolven's avatar bwolven (2019-05-28 15:50:36 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer