There are several API requests that have loads of data available in the response (smugmug.albums.get for instance) but by default the info returned is minimal and the heavy=true option returns too much info. Is there some way to get back a subset of information from these requests?
Tell me more
×
SmugMug Stack Exchange is a question and answer site for
SmugMug developers and end users. It's 100% free, no registration required.
|
|
The 'Extras' argument is what you should use to get specific information back from an API request, its a comma delimited list of values you're interested in. For a smugmug.albums.get request where you want to know the 'Keywords' and 'Public' value you would add the Extras argument as:
You can pass in any values you find in the heavy result, here is an Example Request. And a snapshot of what a piece of that response looks like:
|
||||
|
|