Hello again!
I am now working with the Exports part of Learning Locker and I have a doubt.
I have created some Reports and some Exports in LL, and now I want to have the exports information in my Drupal site.
When I use {{baseUrl}}/api/v1/exports as a endpoint in Postman I only get the definition of the fields in the exports, but if I use something like this {{baseUrl}}/api/v1/exports/121313/show
I get the right info but from one single export, and I want them all.
So, I was wondering, is there a way of getting all the exports info with one single request in Postman?
Thank you in advance for your help :)