<< Back to oGoing API Documentation

SearchUpdate

Returns 20 top updates that match a specified search string.

URL:

http://api.ogoing.com/searchupdate

Formats:

xml

Requires Authentication

False

Parameters

  • SearchText - Search string
  • PortalName - Portal name where string needs to be searched.

Response

<ArrayOfOGoingUpdate>
 <oGoingUpdate>
   <ID>432621</ID>
   <LikedCount>1</LikedCount>
   <SendDirectToUserID>0</SendDirectToUserID>
   <IsFavorite>false</IsFavorite>
   <Text>this is me... on oGoing.... how r u all ...</Text>
   <CreatedOn>2009-12-31T06:48:23.83</CreatedOn>
   <User>
      <ID>334</ID>
      <username>mike</username>
      <fullname>Mike smith</fullname>
      <location>Boston, MA</location>
      <email>[email protected]</email>
      <timezone>-10:00</timezone>
      <description>Chief innovator and marketer at oGoing.</description>
      <isprotected>false</isprotected>
      <nooffollower>20</nooffollower>
      <nooffollowing>35</nooffollowing>
      <updatecount>250</updatecount>
      <hometimelinecount>350</hometimelinecount>
   </User>
 </oGoingUpdate>
 <oGoingUpdate>  ...   </oGoingUpdate>
 <oGoingUpdate>  ...   </oGoingUpdate>
      ...
<ArrayOfOGoingUpdate>

Usage Example

http://api.ogoing.com/searchupdate?searchtext=ogoing&portalname=http://www.ogoing.com

<< Back to oGoing API Documentation