Hello Weweb,
I’m building a static collection using a REST API endpoint.
The endpoint is working fine but it doesn’t fetch additional object properties when I bind the json to the Raw Body placeholder (it works fine for dynamic collection).
The raw body looks like this :
{
"with":[
"images",
"amenities",
"amenities.image",
"rooms",
"rooms.images",
"rooms.beds.bed_type",
"related_properties",
"related_properties.main_image",
"reviews",
"legal_entity",
"rates_settings",
"rates_settings.tax_class",
"rates_settings.tax_class.taxes",
"fees",
"fees.fee_type",
"location.ancestors",
"location.images",
"policies",
"seo"
]
}
Output using Weweb.io :
Output using Talend API :
As you can see for Talend API the object contains the property ``ìmages``` which is included inside the JSON but not in Weweb output.
Works fine using : insomnia, postman and talend API.
Do you have any idea why ?
Thanks in advance,
Lighthama