action bungie_community_content_get_community_content { label: "CommunityContent.GetCommunityContent" description: "Returns community content." provider: bungie method: GET path: "/CommunityContent/Get/{sort}/{mediaFilter}/{page}/" encoding: json input: { type: "object" properties: { mediaFilter: { type: "integer" format: "int32" } page: { type: "integer" format: "int32" } sort: { type: "integer" format: "uint8" } } required: ["mediaFilter", "page", "sort"] additionalProperties: false } output: { type: "object" additionalProperties: true } }