Search Results for

    Show / Hide Table of Contents

    Interface IApiAuditLogControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IApiAuditLogControllerApiSync.GetAuditLogByEventId(string, DateTime?, DateTime?, int)
    IApiAuditLogControllerApiSync.GetAuditLogByEventIdWithHttpInfo(string, DateTime?, DateTime?, int)
    IApiAuditLogControllerApiSync.GetAuditLogs(DateTime?, DateTime?, string, Guid?, Guid?, Guid?, string, string, string, string, string, int?, string, int)
    IApiAuditLogControllerApiSync.GetAuditLogsWithHttpInfo(DateTime?, DateTime?, string, Guid?, Guid?, Guid?, string, string, string, string, string, int?, string, int)
    IApiAuditLogControllerApiSync.SearchAuditLogs(AuditLogSearchOptions, int)
    IApiAuditLogControllerApiSync.SearchAuditLogsWithHttpInfo(AuditLogSearchOptions, int)
    IApiAuditLogControllerApiAsync.GetAuditLogByEventIdAsync(string, DateTime?, DateTime?, int, CancellationToken)
    IApiAuditLogControllerApiAsync.GetAuditLogByEventIdWithHttpInfoAsync(string, DateTime?, DateTime?, int, CancellationToken)
    IApiAuditLogControllerApiAsync.GetAuditLogsAsync(DateTime?, DateTime?, string, Guid?, Guid?, Guid?, string, string, string, string, string, int?, string, int, CancellationToken)
    IApiAuditLogControllerApiAsync.GetAuditLogsWithHttpInfoAsync(DateTime?, DateTime?, string, Guid?, Guid?, Guid?, string, string, string, string, string, int?, string, int, CancellationToken)
    IApiAuditLogControllerApiAsync.SearchAuditLogsAsync(AuditLogSearchOptions, int, CancellationToken)
    IApiAuditLogControllerApiAsync.SearchAuditLogsWithHttpInfoAsync(AuditLogSearchOptions, int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IApiAuditLogControllerApi : IApiAuditLogControllerApiSync, IApiAuditLogControllerApiAsync, IApiAccessor
    • View Source
    In this article
    Back to top See MailSlurp website for more information.