Journal Web Service - ListForGroup
09 Aug 2010 09:38 PM
    ListForGroup
    Returns a string of journal items for the specified group in the specified ReturnFormat.
    Parameters
    Data Type
    Description Required
    Default Value
    GroupId
    Integer
    The Id that will be used to filter the journal data.
    Yes
     
    RowIndex
    Integer
    The starting index for the list of results
    Yes
    0
    MaxRows
    Integer
    The number of journal entries to return
    Yes
     
    ReturnFormat
    Integer
    0=XML, 1=JSON, 2=HTML
    Yes
     0

     

     

     

     

     

     
             

    Examples

    Dim journal As JournalService.Journal = New JournalService.Journal
    Dim auth As JournalService.SecureHeader = New JournalService.SecureHeader
    auth.Username = "admin"
    auth.Password = "password"
    journal.SecureHeaderValue = auth
    txtResult.Text = journal.ListForGroup(2, 0, 20, 0)
    You are not authorized to post a reply.
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy