action flickr_get_media_by_person_id { label: "getMediaByPersonID" description: "Return photos from the given user's photostream" provider: flickr method: GET path: "/rest?method=flickr.people.getPhotos" encoding: json input: { type: "object" properties: { api_key: { type: "string" } content_type: { type: "number" } max_taken_date: { type: "number" } max_upload_date: { type: "number" } min_taken_date: { type: "number" } min_upload_date: { type: "number" } page: { type: "number" } per_page: { type: "number" } privacy_filter: { type: "number" } safe_search: { type: "number" } user_id: { type: "string" } } required: ["api_key", "user_id"] additionalProperties: false } output: { type: "object" properties: { page: { type: "number" } pages: { type: "number" } perpage: { type: "number" } photos: { type: "array" items: { type: "object" properties: { comments: { type: "object" properties: { _content: { type: "string" } } } dates: { type: "object" properties: { lastupdate: { type: "string" } posted: { type: "string" } taken: { type: "string" } takengranularity: { type: "string" } takenunknown: { type: "boolean" } } } dateuploaded: { type: "string" } description: { type: "object" properties: { _content: { type: "string" } } } editability: { type: "object" properties: { canaddmeta: { type: "boolean" } cancomment: { type: "boolean" } } } farm: { type: "string" } id: { type: "string" } isfavorite: { type: "boolean" } license: { type: "string" } media: { type: "string" } notes: { type: "object" properties: { note: { type: "array" items: { type: "object" properties: { description: { type: "string" } } } } } } originalsecret: { type: "string" } owner: { type: "object" properties: { iconfarm: { type: "string" } iconserver: { type: "string" } is_ad_free: { type: "boolean" } ispro: { type: "boolean" } location: { type: "string" } noindexfollow: { type: "boolean" } nsid: { type: "string" } path_alias: { type: "string" } realname: { type: "string" } username: { type: "string" } } } people: { type: "object" properties: { haspeople: { type: "boolean" } } } permissions: { type: "object" properties: { permaddmeta: { type: "string" } permcomment: { type: "string" } } } publiceditability: { type: "object" properties: { canaddmeta: { type: "boolean" } cancomment: { type: "boolean" } } } rotation: { type: "string" } safe: { type: "boolean" } safety_level: { type: "string" } secret: { type: "string" } server: { type: "string" } tags: { type: "object" properties: { tag: { type: "array" items: { type: "object" properties: { _content: { type: "string" } author: { type: "string" } authorname: { type: "string" } id: { type: "string" } machine_tag: { type: "boolean" } raw: { type: "string" } } } } } } title: { type: "object" properties: { _content: { type: "string" } } } urls: { type: "object" properties: { url: { type: "array" items: { type: "object" properties: { _content: { type: "string" } type: { type: "string" } } } } } } usage: { type: "object" properties: { canblog: { type: "boolean" } candownload: { type: "boolean" } canprint: { type: "boolean" } canshare: { type: "boolean" } } } views: { type: "string" } visibility: { type: "object" properties: { isfamily: { type: "boolean" } isfriend: { type: "boolean" } ispublic: { type: "boolean" } } } } } } total: { type: "number" } } } }