First time here? Check out the FAQ!
0

Cannot download "deleted data"

We would like to download "deleted data" and we use the same format as the query used to download 'open houses'. But the query for deleted data does not work and nothing is returned. Assuming my query format is correct, could you check the backend for other reasons of us getting empty returns? If it requires a different format, please advise.

Below is the query I use to download 'deteted' data.

$get_url = 'http://rebrae.retsiq.com/contact/rets/Search?SearchType=Deleted&Class=Property&QueryType=DMQL2&Format=COMPACT-DECODED&StandardNames=0&Select=X_Deleted_ID,X_Deleted_Date,X_DisplayId';

Please let me know. Thanks.

Charles

charles@ereb.com's avatar
charles@ereb.com
asked 2017-06-02 17:37:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

What RETS Version are you using? What account name?

bwolven's avatar bwolven (2017-06-02 18:33:46 -0500) edit
add a comment see more comments

1 Answer

0

Looking at the audit logs, it looks like you are using RETS/1.7.2 but not sending a Query.

Query didn't become optional until RETS/1.8. So if you add a query like (X_Deleted_ID=0+) it should work or set your RETS version to RETS/1.8.

Also there are only 3 fields available: X_Deleted_ID,X_Deleted_Date,X_DisplayId

bwolven's avatar
bwolven
answered 2017-06-02 18:43:02 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer