action flat_get_group_scores { label: "List group's scores" description: "Get the list of scores shared with a group.\n" provider: flat method: GET path: "/groups/{group}/scores" encoding: json input: { type: "object" properties: { parent: { type: "string" } } additionalProperties: false } output: { type: "array" items: { description: "The score and all its details" type: "object" } } }