Search Results for

    Show / Hide Table of Contents

    Method UserTableGetAllTableNames

    UserTableGetAllTableNames(String)

    Gets all available user table names

    Declaration
    List<string> UserTableGetAllTableNames(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    All available user table names

    Examples

    This example gets all user table names without the prefix UserTable_.

    POST https://YourServerName/InfoShare/Json/UserTable/UserTableGetAllTableNames

    {
     "connectionId": "999aad6e-6675-40ca-9160-f7ee2494b1f2"
    }

    Response:

    {
     "UserTableGetAllTableNamesResult": [ "Test1", "Test10" ]
    }
    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    ServiceException

    Not enough rights ({accessOperationName}, {accessOperationId}) (10071)

    Back to top Copyright © Kendox