searchmessages

Search message by phrase

Parameters:
keywordphrase to search
offsetrecord offset
recordlimitrecord limit
Returns:
XML
    <messages>
        <meta>
            <totalrecords> { RECORD COUNT } </totalrecords>
        </meta>
        <message>
            <createdate> { CREATION DATE } </createdate>
            <when> { CREATION AGO } </when>
            <messageid> { MESSAGE ID } </messageid>
            <frompeerid> { USER ID } </frompeerid>
            <frompeer> { PEER } </frompeer>
            <fromname> { PEER NAME } </fromname>
            <frompeerstatus> { 0 - Online | 1 - Offline } </frompeerstatus>
            <topeerid> { TO PEER ID } </topeerid>
            <topeer> { TO PEER } </topeer>
            <toname> { TO PEER NAME } </toname>
            <topeerstatus> { 0 - Online | 1 - Offline } </topeerstatus>
            <status> { Online | Offline } </status>
            <messagedetail> { MESSAGE } </messagedetail>
            <fromblocked> { 0 | 1 } </fromblocked>
            <toblocked> { 0 | 1 } </toblocked>
        </message>
    </messages>

Requirements:


Generated on Wed Oct 12 2011 21:46:52. © CodeLathe LLC 2007-2011. All Rights Reserved.