action daniweb_get_groups_messages_id_metadata { label: "get_groups_messages_ID_metadata" description: "Retrieve all key/value pairs attached to the current message that you have access to, so long as the user who created the group exists within the current access token's bubble. This includes all public metadata, bubbled metadata that was created by an access token existing within the current bubble, user metadata that was created by you, or private metadata created by you from an access token existing within the current bubble." provider: daniweb method: GET path: "/groups/messages/{ID}/metadata" encoding: json input: { type: "object" properties: { ID: { type: "integer" format: "int32" } limit: { type: "integer" format: "int32" } offset: { type: "integer" format: "int32" } } required: ["ID"] additionalProperties: false } output: { type: "object" properties: { data: { type: "array" items: { type: "object" required: ["id"] properties: { app: { type: "object" required: ["id"] properties: { about: { type: "object" properties: { description: { type: "string" } name: { type: "string" } website: { type: "object" properties: { thumbshot: { type: "string" } url: { type: "string" format: "uri" } } } } } id: { type: "number" format: "int32" } legal: { type: "object" properties: { privacy_url: { type: "string" format: "uri" } tos_url: { type: "string" format: "uri" } } } } } content: { type: "object" properties: { key: { type: "string" } value: { type: "string" } } } id: { type: "number" format: "int32" } message: { type: "object" required: ["id"] properties: { author: { type: "object" required: ["id"] properties: { business_card: { type: "object" properties: { company_name: { type: "string" } company_size: { type: "string" } headline: { type: "string" } industry: { type: "string" } interest_tags: { type: "array" items: { type: "string" } } job_position: { type: "string" } summary: { type: "string" } website: { type: "object" properties: { thumbshot_uri: { type: "string" format: "uri" } url: { type: "string" format: "uri" } } } } } community_persona: { type: "object" required: ["id"] properties: { id: { type: "number" format: "int32" } identity: { type: "object" properties: { avatar_uri: { type: "string" format: "uri" } badge: { type: "string" } profile_url: { type: "string" format: "uri" } username: { type: "string" } } } location: { type: "object" properties: { free_form: { type: "string" } } } personal: { type: "object" properties: { about_me: { type: "string" } birthday: { type: "string" } interests: { type: "string" } pc_specs: { type: "string" } } } signature: { type: "object" properties: { parsed: { type: "string" } raw: { type: "string" } } } stats: { type: "object" properties: { answered_count: { type: "number" format: "int32" } endorsements_count: { type: "number" format: "int32" } posts_count: { type: "number" format: "int32" } reputation_count: { type: "number" format: "int32" } } } } } id: { type: "number" format: "int32" } profile: { type: "object" properties: { first_name: { type: "string" } last_name: { type: "string" } } } usage: { type: "object" properties: { available_status: { type: "boolean" } joined_timestamp: { type: "string" format: "date-time" } last_activity_timestamp: { type: "string" format: "date-time" } online_status: { type: "boolean" } } } } } group: { type: "object" required: ["id"] properties: { first_message: { type: "object" properties: { timestamp: { type: "string" format: "date-time" } } } id: { type: "number" format: "int32" } latest_message: { type: "object" additionalProperties: true } member_count: { type: "number" format: "int32" } owner: { type: "object" additionalProperties: true } properties: { type: "object" properties: { description: { type: "string" } name: { type: "string" } privacy: { type: "string" } slug: { type: "string" } } } } } id: { type: "number" format: "int32" } last_seen: { type: "object" properties: { timestamp: { type: "string" format: "date-time" } user: { type: "object" additionalProperties: true } } } moderated: { type: "object" properties: { deleted_status: { type: "boolean" } } } text: { type: "object" properties: { parsed: { type: "string" } } } timestamp: { type: "string" format: "date-time" } } } owner: { type: "object" additionalProperties: true } settings: { type: "object" properties: { privacy: { type: "string" } } } status: { type: "object" properties: { last_updated_timestamp: { type: "string" format: "date-time" } } } } } } pagination: { type: "object" properties: { limit: { type: "number" format: "int32" } offset: { type: "number" format: "int32" } total_records: { type: "number" format: "int32" } } } } } }