Search Results for

    Show / Hide Table of Contents

    Method DeleteStatisticCounterItems

    DeleteStatisticCounterItems(String, StatisticCounterFilterContract)

    Delete statistic counter items

    Declaration
    void DeleteStatisticCounterItems(string connectionId, StatisticCounterFilterContract statisticCounterFilter)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    StatisticCounterFilterContract statisticCounterFilter

    Optional: Filtered to and from date of statistic counter

    Remarks
    • You need "Access to Statistic data reorganize" access right (01002090-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
    Examples

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

    Example for delete statistic counter items.

    {
       "connectionId": "f2178c68-e6c5-46a8-8dc1-d26ac99f287a",
       "statisticCounterFilter": {
         "CounterName": "",
         "CounterInterval": "",
         "FromDate": "2019-09-26T22:00:00",
         "ToDate": "2019-09-27T21:59:00" }
    }

    Response:

    { }
    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