Combine both property's public and internal names in GET /properties and POST /propertiesql endpoint
For Property names i.e. Public name and internal Property name, is it possible to get both values in a single endpoint?
Presently, we only receive the "name" key in the "properties-get-uid" endpoint, which necessitates additional requests to the "propertydescriptions-get" endpoint to obtain the public name for each property.
-
AdminDuc Tu (Admin, Hostfully) commented
We need the property’s public name to be included in the following endpoints:
- GET /api/v3.2/properties
- GET /api/v3.2/properties/multi-units/unit-typesSpecifically, we are looking for the same public name values that is currently available under /api/v3.2/property-descriptions for each property,
We already have those 2 endpoints and we don't want to introduce another one.. This causes huge load on our end which we want to avoid