Search Results for

    Show / Hide Table of Contents

    Method GetAuditDocumentPropertyEntriesFiltered

    GetAuditDocumentPropertyEntriesFiltered(String, Int64)

    Gets audit document property entries

    Declaration
    List<AuditDocumentPropertyContract> GetAuditDocumentPropertyEntriesFiltered(string connectionId, long auditDocumentId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.Int64 auditDocumentId

    Optional: The audit document id filter. Default: null. See also Id

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

    List of audit document property entries

    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)
    • You need "Read Admin Audit-Document" access right (01002097-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
    Examples

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

    Example for a retrieving the audit document properties entry.

    {
       "connectionId": "3c82780c-d086-4564-ab20-915fc2182620",
       "auditDocumentId": 82756
    }

    Response:

    {
       "GetAuditDocumentPropertyEntriesFilteredResult": [{
         "AuditDocumentId": 79674,
         "PropertyTypeId": "42ebbfda-35e7-11e5-8259-000c29da34ec",
         "Value": "MailTest@kendox.com"
         },{
         "AuditDocumentId": 79674,
         "PropertyTypeId": "01000a00-38a7-11d8-a902-0050bf427e8f",
         "Value": "image001.jpg" }]
    }
    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