Search Results for

    Show / Hide Table of Contents

    Method DeleteAuditDocumentEntries

    DeleteAuditDocumentEntries(String, String)

    Delete audit document entries

    Declaration
    void DeleteAuditDocumentEntries(string connectionId, string toDate)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String toDate

    The to date delete. Date formats: yyyy-MM-ddTHH:mm:ss or yyyy-mm-dd HH24:MI:SS

    Remarks
    • You need "Access to scheme" access right (01002060-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
    • You need "Delete Admin Audit-Document" access right (01002098-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
    Examples

    POST https://YourServerName/InfoShare/Json/Audit/DeleteAuditDocumentEntries

    Example for a deleting audit document entries.

    {
       "connectionId": "3c82780c-d086-4564-ab20-915fc2182620",
       "toDate": "2019-09-19T15:59:14"
    }

    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