reapit / foundations

Foundations platform mono repo
56 stars 22 forks source link

Adding 'Featured' field to data received #10127

Open propertyhive opened 1 year ago

propertyhive commented 1 year ago

Good morning,

We're importing properties to agents websites by making requests to https://platform.reapit.cloud/properties. In Reapit it looks like there is this featured field:

image001

However we don't appear to receive this in the default data. Can this be added please, maybe in the pExtraFields list? We were told to raise an issue here to request this.

This is for clients Hayman-Joyce and Robert Oulsnam.

Thanks, Steve

github-actions[bot] commented 1 year ago

Thank you for raising a feature request. Feature requests will be prioritised in accordance with our roadmap, customer and developer priorities. This request will be reviewed in our weekly refinement sessions and assigned to a specific project board or column, depending on the nature of the request and the development work required. For more information on our processes, please click here

AshDeeming commented 1 year ago

Hi @propertyhive

This is configurable per client & will need pExtraFields setup for each database.

I'll convert this ticket into a task for both ROO & HMJ

AshDeeming commented 1 year ago

Hi @propertyhive access for the fields mentioned above has been set up and should become active within the next 15 minutes.

As per any other semi structured data you access it using the extrasField query string parameter eg;

ROO Field names: Featured -> pFeatured GET /properties?extrasField=properties.pFeatured

HMJ Field names: Featured -> pFEA GET /properties?extrasField=properties.pFEA

propertyhive commented 1 year ago

Thanks Ash. We'll give it a go and let you know how we get on.