Discussions

Ask a Question
Back to All

Request: API path to retrieve photo comments and tags for multiple items

To whom it may concern:

Retrieving comments and tags via the API as it is currently documented requires the end user to issue a separate request to retrieve comments and tags for every individual photo in a given project (cf. List Comments). Just off the top of my head, it seems like it would be reasonable to allow the {photo_id} parameter to accept a comma delimited list.

More generally, after using the API for a while to build some integrations, I can say that it'd be especially nice to have some optional denormalization parameters when making requests against the "List Photos" and "Retrieve Photo" endpoints, which would tell the API to include, e.g., comments and tags as an embedded array within each photo object. Picture a query parameter like "&includeComments=1", for example.

Thanks for your time.