Implements

Constructors

  • Parameters

    • OptionalbaseUrl: string
    • Optionalhttp: {
          fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
      }
      • fetch:function
        • Parameters

          • url: RequestInfo
          • Optionalinit: RequestInit

          Returns Promise<Response>

    Returns LfRepositoryClientV1.AuditReasonsClient

Properties

jsonParseReviver: undefined | ((key: string, value: any) => any)

Methods

    • Returns the audit reasons associated with the authenticated user. Inherited audit reasons are included.
    • Only includes audit reasons associated with available API functionalities, like delete entry and export document.
    • If the authenticated user does not have the appropriate Laserfiche feature right, the audit reasons associated with that feature right will not be included.

    Parameters

    • args: {
          repoId: string;
      }
      • repoId: string

        The requested repository ID.

    Returns Promise<LfRepositoryClientV1.AuditReasons>

    Get audit reasons successfully.