action gerermesaffaires_get_spaces_id_folders_folder_id_persons_member_id { label: "get_spaces_id_folders_folderId_persons_memberId" description: "return the access of a person in a customer contract" provider: gerermesaffaires method: GET path: "/spaces/{id}/folders/{folderId}/persons/{memberId}" encoding: json input: { type: "object" properties: { folderId: { type: "string" } id: { type: "string" } memberId: { type: "string" } } required: ["folderId", "id", "memberId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }