action bungie_social_get_platform_friend_list { label: "Social.GetPlatformFriendList" description: "Gets the platform friend of the requested type, with additional information if they have Bungie accounts. Must have a recent login session with said platform." provider: bungie method: GET path: "/Social/PlatformFriends/{friendPlatform}/{page}/" encoding: json input: { type: "object" properties: { friendPlatform: { type: "integer" format: "int32" } page: { type: "string" } } required: ["friendPlatform", "page"] additionalProperties: false } output: { type: "object" additionalProperties: true } }