action gerermesaffaires_get_spaces_space_id_folders_id_passwords_password_id { label: "get_spaces_spaceId_folders_id_passwords_passwordId" description: "Returns password with Id" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/passwords/{passwordId}" encoding: json input: { type: "object" properties: { id: { type: "string" } passwordId: { type: "string" } spaceId: { type: "string" } } required: ["id", "passwordId", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }