action flickr_get_group_by_id { label: "getGroupByID" description: "Get information about a group" provider: flickr method: GET path: "/rest?method=flickr.groups.getInfo" encoding: json input: { type: "object" properties: { api_key: { type: "string" } group_id: { type: "string" } group_path_alias: { type: "string" } lang: { type: "string" } } required: ["api_key"] additionalProperties: false } output: { type: "object" properties: { group: { type: "object" properties: { blast: { type: "object" properties: { _content: { type: "string" } date_blast_added: { type: "string" } user_id: { type: "string" } } } cover: { type: "object" properties: { farm: { type: "string" } id: { type: "string" } isfamily: { type: "boolean" } isfriend: { type: "boolean" } ispublic: { type: "boolean" } owner: { type: "string" } secret: { type: "string" } server: { type: "string" } title: { type: "string" } y: { type: "string" } } } coverphoto_farm: { type: "string" } coverphoto_server: { type: "string" } coverphoto_url: { type: "object" properties: { h: { type: "string" } l: { type: "string" } s: { type: "string" } t: { type: "string" } } } description: { type: "object" properties: { _content: { type: "string" } } } iconfarm: { type: "string" } iconserver: { type: "string" } id: { type: "string" } is_admin: { type: "boolean" } is_member: { type: "boolean" } is_moderator: { type: "boolean" } ispoolmoderated: { type: "boolean" } lang: { type: "string" } members: { type: "object" properties: { _content: { type: "string" } } } name: { type: "object" properties: { _content: { type: "string" } } } path_alias: { type: "string" } pool_count: { type: "object" properties: { _content: { type: "string" } } } pool_rows: { type: "integer" } privacy: { type: "object" properties: { _content: { type: "string" } } } restrictions: { type: "object" properties: { art_ok: { type: "boolean" } has_geo: { type: "boolean" } images_ok: { type: "boolean" } moderate_ok: { type: "boolean" } photos_ok: { type: "boolean" } restricted_ok: { type: "boolean" } safe_ok: { type: "boolean" } screens_ok: { type: "boolean" } videos_ok: { type: "boolean" } } } roles: { type: "object" properties: { admin: { type: "string" } member: { type: "string" } moderator: { type: "string" } } } rules: { type: "object" properties: { _content: { type: "string" } } } throttle: { type: "object" properties: { count: { type: "integer" } mode: { type: "string" } remaining: { type: "string" } } } topic_count: { type: "object" properties: { _content: { type: "string" } } } } } stat: { type: "string" } } } }