Lake Country BoR - How to Pull Agent/Office Classes
Can you please clarify how we are to extract the Agent and Office classes with the below credentials? I have provided examples and responses below as well.
http://lcbormls.rets.paragonrels.com/... UN: WolfT
For the Agent class, we have tried using U_UpdateDate, U_InputDate and U_StatusDate and all the fields are throwing the same error (below); RETS Error: 20200 - 'Unknown Query Field [U_UpdateDate].'
feed_search_configuration for Agents: FEED_NAME=“ga_lcbor_idx” OBJECT_TYPE=“AGENT” SEARCH_TYPE=“Agent” CLASS_NAME=“Agent” ID_FIELD=“U_AgentID” STATUS_BLOCK=“[NULL]” MODIFICATION_TIMESTAMP_RESPONSE_FIELD=“U_UpdateDate” TIMESTAMP_QUERY_BLOCK=“U_UpdateDate={timestamp}+” CREATED_AT=“2021-10-29 18:05:34.583170000” UPDATED_AT=“2021-10-29 18:05:34.583170000" PAGE_SIZE=“250” RESPONSE_FORMAT=“COMPACT_DECODED”
For the Office class, we tried using O_UpdateDate and O_InputDate and both the fields are throwing the same error (below); RETS Error: 20200 - 'Unknown Query Field [O_UpdateDate].'
feed_search_configuration for Offices: FEED_NAME=“ga_lcbor_idx” OBJECT_TYPE=“OFFICE” SEARCH_TYPE=“Office” CLASS_NAME=“Office” ID_FIELD=“O_OfficeID” STATUS_BLOCK=“[NULL]” MODIFICATION_TIMESTAMP_RESPONSE_FIELD=“O_UpdateDate” TIMESTAMP_QUERY_BLOCK=“O_UpdateDate={timestamp}+” CREATED_AT=“2021-10-29 18:05:34.297024000” UPDATED_AT=“2021-10-29 18:05:34.297024000" PAGE_SIZE=“250” RESPONSE_FORMAT=“COMPACT_DECODED”
Comments