action bunq_list_all_content_for_place_lookup_photo { description: "View endpoint for place opening periods." provider: bunq method: GET path: "/place-lookup/{place-lookupID}/photo/{photoID}/content" encoding: json input: { type: "object" properties: { photoID: { type: "integer" } "place-lookupID": { type: "integer" } } required: ["photoID", "place-lookupID"] additionalProperties: false } output: { type: "array" items: { type: "object" } } }