Hi,
By running /v1/files/xxx
I get the list of components used remotely but they only tell me remote: true
, it doesn’t give me information about the fileId
or the component.
A way to have this property is to use the /v1/components/$KEY_ID
endpoint. But it requires doing 1 call per component. Since I’m having a bunch of third-party components, I’m wondering it there is a way to get multiple at once at we could do with a /v1/files/xxx/nodes?ids=aaa,bbb,ccc
?