Search Results for

    Show / Hide Table of Contents

    Method GetAdvancedProcessStore

    GetAdvancedProcessStore(String)

    Get the advanced process store

    Declaration
    AdvancedProcessStoreContract GetAdvancedProcessStore(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    Returns
    Type Description
    AdvancedProcessStoreContract

    The advanced process store. See also AdvancedProcessStoreContract

    Examples

    POST http://YourServerName/InfoShare/Json/Common/GetAdvancedProcessStore

    Example for get the advanced process store.

    {
       "connectionId": "ea19eaca-e97c-4329-a8a6-2db790a52c1f"
    }

    Response:

    {
       "GetAdvancedProcessStoreResult": {
         "ProcessSecurityAdditionalRights": ["aabf9e5d-fee0-e911-a94b-00155d290a08","19c39e5d-fee0-e911-a94b-00155d290a08"...] }
    }
    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)

    Back to top Copyright © Kendox