Search Results for

    Show / Hide Table of Contents

    Interface IUserControllerApi

    Represents a collection of functions to interact with the API endpoints

    Inherited Members
    IUserControllerApiSync.GetEntityAutomations(int?, int?, string, DateTime?, DateTime?, Guid?, Guid?, string, int)
    IUserControllerApiSync.GetEntityAutomationsWithHttpInfo(int?, int?, string, DateTime?, DateTime?, Guid?, Guid?, string, int)
    IUserControllerApiSync.GetEntityEvents(int?, int?, string, DateTime?, DateTime?, Guid?, Guid?, Guid?, Guid?, Guid?, string, int)
    IUserControllerApiSync.GetEntityEventsWithHttpInfo(int?, int?, string, DateTime?, DateTime?, Guid?, Guid?, Guid?, Guid?, Guid?, string, int)
    IUserControllerApiSync.GetEntityFavorites(int?, int?, string, DateTime?, DateTime?, string, int)
    IUserControllerApiSync.GetEntityFavoritesWithHttpInfo(int?, int?, string, DateTime?, DateTime?, string, int)
    IUserControllerApiSync.GetJsonPropertyAsString(string, object, int)
    IUserControllerApiSync.GetJsonPropertyAsStringWithHttpInfo(string, object, int)
    IUserControllerApiSync.GetUserInfo(int)
    IUserControllerApiSync.GetUserInfoWithHttpInfo(int)
    IUserControllerApiAsync.GetEntityAutomationsAsync(int?, int?, string, DateTime?, DateTime?, Guid?, Guid?, string, int, CancellationToken)
    IUserControllerApiAsync.GetEntityAutomationsWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, Guid?, Guid?, string, int, CancellationToken)
    IUserControllerApiAsync.GetEntityEventsAsync(int?, int?, string, DateTime?, DateTime?, Guid?, Guid?, Guid?, Guid?, Guid?, string, int, CancellationToken)
    IUserControllerApiAsync.GetEntityEventsWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, Guid?, Guid?, Guid?, Guid?, Guid?, string, int, CancellationToken)
    IUserControllerApiAsync.GetEntityFavoritesAsync(int?, int?, string, DateTime?, DateTime?, string, int, CancellationToken)
    IUserControllerApiAsync.GetEntityFavoritesWithHttpInfoAsync(int?, int?, string, DateTime?, DateTime?, string, int, CancellationToken)
    IUserControllerApiAsync.GetJsonPropertyAsStringAsync(string, object, int, CancellationToken)
    IUserControllerApiAsync.GetJsonPropertyAsStringWithHttpInfoAsync(string, object, int, CancellationToken)
    IUserControllerApiAsync.GetUserInfoAsync(int, CancellationToken)
    IUserControllerApiAsync.GetUserInfoWithHttpInfoAsync(int, CancellationToken)
    IApiAccessor.Configuration
    IApiAccessor.GetBasePath()
    IApiAccessor.ExceptionFactory
    Namespace: mailslurp.Api
    Assembly: mailslurp.dll
    Syntax
    public interface IUserControllerApi : IUserControllerApiSync, IUserControllerApiAsync, IApiAccessor
    • View Source
    In this article
    Back to top See MailSlurp website for more information.