Is there any way to retrieve the movie guid when using the “/library/sections//all” endpoint in the HTTP API? I know you can get it by hitting the “/library/metatdata//” endpoint for each movie individually, but that seems incredibly inefficient (especially when dealing with large libraries). I know other endpoints support various query string parameters, such as “excludeFields”. Is there an “includeFields” parameter, or something like it, that can be used to get the guid on the movie list?
Thanks!