Hello,
After a recent change in the API for the Mupreva website, we ran into an issue with resolve_portals_custom.
Some fields return a serialized list of IDs that we use to make extra calls directly using the resolve_portals_custom property. These fields include, for example, lists of parents, children, relations, etc.
At some point, it was discovered that some of those lists contained IDs from different tables. To solve this problem, the IDs list was changed to also include the typology of the object (tch1_xxx, tch100_xxx, etc.), but this broke the resolve_portals_custom functionality.
Is there a way to make this work in a single call with this new format? If not, I guess the solution would be to group the IDs by typology and then make multiple calls for each type to the corresponding table.
Thanks