action gerermesaffaires_get_spaces_id_groups_group_id { label: "get_spaces_id_groups_groupId" description: "Returns a group" provider: gerermesaffaires method: GET path: "/spaces/{id}/groups/{groupId}" encoding: json input: { type: "object" properties: { groupId: { type: "string" } id: { type: "string" } } required: ["groupId", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }