Skip to main content
Rex API

This article will walk through the API between The Hub and Rex.

Bryn Humble avatar
Written by Bryn Humble
Updated over a week ago

Set-Up

The Rex API requires authentication between STAFFLINK and Rex. Please allow up to two weeks for set up to be performed. Contact your Customer Success Manager to implement this.

If there are multiple Rex accounts, they can all be fed into the same base, or separate bases if that is preferred, each account will need to be authenticated one by one.

Once implemented, please do not change the names of any tables used by the API. Consequently, please also do not change any of the fields that the API feeds data into for each record. If you change data in any of the fields, the API will also overwrite it on the next run.

Not all data is available from Vault, only selected data that is provided by the Vault API.

The following jobs run to syncronise data.

Listings

The listings job feeds listings from REX. The job runs every hour updating any records that have been modified in REX since the last run time.

Fields For Listings Table

Rex Data

Field Name

Field Type

listing.property.system_search_key

Address

single line text

Sale

Type

single select

listing.system_listing_state

Status

single select

listing.system_publication_status

Marketing_Status

single select

False

Is_Hidden_Listing

check box

listing.system_listing_state == 'draft'

Is_Off_Market_Listing

check box

published.ebrochure_link

Web_Link

URL

listing.authority_type.text

Authority_Type

single select

listing.authority_type

Method_Type

single select

listing.authority_date_start

Listing_Date

date

listing.authority_date_expires

Expiry_Date

date

listing.system_publication_time

Launch_Date

date

listing.price_advertise_as

Display_Price

single line text

listing.price_match

Search_Price

currency

listing.price_match

Listed_Price

currency

listing.state_value_price

Sold_Price

currency

listing.state_date

Sold_Date

date

listing.property.attr_bedrooms

Bedrooms

number

listing.property.attr_bathrooms

Bathrooms

number

listing.property.attr_total_car_accom

Parking

number

listing._related.listing_events.event_date

Auction_Date

date

listing._related.property_features._feature_name

Features

multiple select

listing.comm_amount_fixed

Commission_Type

single select

listing.comm_amount_percentage

Commission_Rate

number

listing.comm_is_inc_tax == True

Commission_IncGst

check box

contracts.date_actual_offer

Contract_Date

date

contracts.date_expec_unconditional

Expected_Unconditional

date

contracts.date_expec_unconditional

Observed_Unconditional

date

contracts.date_expec_settlement

Expected_Settle_Date

date

contracts.date_expec_settlement

Observed_Settle_Date

date

contracts.detail_sale_price_or_lease_pa

Contract_Price

currency

rid

Record_Id

single line text

Did this answer your question?