Closed adamkdean closed 6 years ago
It would be great if we could construct endpoints using values from chained datasources in the same way that we construct filters.
{ "datasource": { "key": "models", "source": { "endpoint": "api/models/{makeId}" }, "chained": { "datasource": "makes", "outputParam": { "param": "results.0._id", "field": "makeId" } } } }
Closed via https://github.com/dadi/web/pull/297
It would be great if we could construct endpoints using values from chained datasources in the same way that we construct filters.