action gerermesaffaires_get_spaces_space_id_persons_id_employees { label: "get_spaces_spaceId_persons_id_employees" description: "Returns folder of the employee" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/persons/{id}/employees" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }