<< Back to oGoing API Documentation

status/get update using ID

Returns a single status, specified by the id parameter below. The statuss author will be returned inline

URL:

http://api.ogoing.com/status/get_update_using_ID

Formats:

xml

Requires Authentication

True

Parameters

  • UserName - Specifies the username of the user for whom to return the users home timeline.
  • Password - Password of user
  • PortalName - Portal name where user is registered.
  • UpdateID - UpdateID is numerical Id of oGoing update.

Response

   <oGoingUpdate>
      <ID>432621</ID>
      <LikedCount>1</LikedCount>
      <SendDirectToUserID>0</SendDirectToUserID>
      <IsFavorite>false</IsFavorite>
      <Text>Launching oGoing - What's going on? http://ogoing.com "If you like Twitter, you will love oGoing" Join oGoing today during our launch...</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>0</HomeTimeLineCount>
      </User>
   </oGoingUpdate>

Usage Example

http://api.ogoing.com/status/get_update_using_ID?username=user110&password=user110&portalname=http://www.ogoing.com&UpdateId=423630

<< Back to oGoing API Documentation