action gerermesaffaires_get_spaces_id_persons_person_id_folders { label: "get_spaces_id_persons_personId_folders" description: "Returns list of folders with exceptionnal access of the person personId" provider: gerermesaffaires method: GET path: "/spaces/{id}/persons/{personId}/folders" encoding: json input: { type: "object" properties: { Range: { type: "string" } id: { type: "string" } personId: { type: "string" } } required: ["id", "personId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }