rets-development Mailing List for MRIS JRETSC
Java RETS Client API
Brought to you by:
mrisrets,
stevemartin
You can subscribe to this list here.
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Ali m. <ali...@ro...> - 2013-07-22 11:54:44
|
Hello experts, I am using jretsc API to fetch properties from RETs service. I want to fetch all properties from RETs, but the API allows only to retrieve 2000 properties for a single query. In order to fetch next 2000 properties the RETs service accept OFFSET and COUNT parameter, but it seems that jretsc API does not have this functionality. Can anyone please tell me how to specify offset and count parameter? Below is the log String that is passed when API search is performed. 4:34:37,561 INFO [STDOUT] Last Search URL: http://connectmls-rets.mredllc.com:80/rets/server/search 04:34:37,561 INFO [STDOUT] Last Search Parameters: Query=(CIT=VALLEY CITY),QueryType=DMQL2,SearchType=Property,Class=AT,StandardNames=0,Format=COMPACT-DECODED,Count=0,Select=LN,CIT,STATE,LD,LAT,LNG,ST,LP,TYP,AGE,BR,BTH,PKN,BMT,INF,BLT,HSN,STR,AR,ZP,TAX,ASF,REMARKS,CNY,ASM,FPL,BAS,SCI,WF,PHOTOCOUNT,GS,GSD,JH,JHD,HS,HSD,MBS,MBL,MBF,B2S,B3S,B4S,B2L,B3L,B4L,B2F,B3F,B4F,KTF,FULL_BATHS,LRS,LRL,LRF,DRS,DRL,DRF,KTS,KIT,KTL,A1N,A1S,A1L,A1F,EQP,DIM,OWN,PIN,CARS,NO_GARAGE_SPACES,GARAGE_TYPE,NO_GARAGE_SPACES,GARAGE_ONSITE,ROF,TXY,SUB,TWN,DIR,Limit=5000 This is urgent, I would really appreciate for any help :) Thanks, Ali |