Skip to main content link. Accesskey S
  • Anonymous
  • Log on
  • Help
  • IBM logo
  • IBM Social Business Development wiki
  • All Wikis
  • Home
  • Community Articles
  • Product Documentation
  • Learning Center


Search

Advanced Search

Categories

Tag Cloud

  • access token
  • activity stream
  • aggregator
  • API
  • api explorer
  • API reference
  • application integration
  • architectural overview
  • authentication services
  • authorization
  • BSS
  • business scenarios
  • cloud image
  • CMIS
  • Connections
  • Connections_3
  • contact_record
  • create new users
  • CSS
  • CSS attributes
  • CSS expressions
  • customermanagement services
  • customer management services
  • customer management services
  • data model
  • Domino
  • Domino LDAP
  • embedded experiences
  • event
  • event aggregation
  • events
  • example
  • examples
  • feedback
  • for loops
  • gadget
  • gadget configuration
  • gadgets
  • getting started
  • Greenhouse
  • IBMHTTP Server
  • IBM Cloud
  • IBM Collaboration QuickStart for Social Business
  • IBM Connections
  • IBM LotusLive
  • IBM QuickStart Collaboration for Social Business
  • IBM Sametime
  • IBM SmartCloud
  • IBM SmartCloud Enterprise
  • IBM SmartCloud SaaS Business Support System API Reference
  • IBM Social Business Toolkit
  • image
  • instance
  • introduction
  • Linux
  • MeetingsAPI
  • multiple environments
  • namespace
  • new_file_menu
  • OAuth
  • OAuth 1.0a
  • OAuth 2.0
  • Open Authorization
  • Open Authorization
  • OpenSocial
  • OpenSocial APIs
  • overview
  • packaging gadgets
  • password
  • performance
  • post event
  • profiles
  • Quickr for Domino
  • QuickStart
  • refresh token
  • render
  • render gadgets
  • Sametime
  • sample
  • sample gadget
  • sample scenario
  • samples
  • scenario
  • scenarios
  • scope
  • SmartCloud
  • social business
  • Social Business software
  • social business toolkit
  • subscribermanagement services
  • subscriber management services
  • subscriber management services
  • subscriptionmanagement services
  • subscription management services
  • test
  • use case
  • use cases
  • video
  • web server flow
  • widgets
InformationInformation
You are currently viewing machine translated content. IBM translation might be available. Click IBM Translated Product Documentation to see what is available.X


Home > IBM Social Business Toolkit > API Explorer
Rate this article 1 starRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars

API Explorer 

expanded Abstract
collapsed Abstract
The Social Business API Explorer is a test environment for developing social applications. You can make API calls, see the response of those calls, and access the documentation for those APIs - all within a single interface. The goal of the API Explorer is to help developers quickly understand and try APIs that are available for building social applications.
ShowTable of Contents
HideTable of Contents
  • 1 IBM LotusLive API Explorer
    • 1.1 Requirements for using the API Explorer
    • 1.2 Accessing and using the API explorer
  • 2 Social Business API Explorer
    • 2.1 Requirements
    • 2.2 Accessing and using the API explorer
    • 2.3 Posting and putting Atom documents
Two API explorers are available to help developers quickly understand and try APIs that are available for building social applications. The LotusLive API Explorer is designed to help partners develop applications that use the IBM LotusLive services that are exposed by the LotusLive Partner Platform APIs. The Social Business API Explorer provides access to APIs that are available with IBM Connections 3.0.1.

Both API explorers provide a test environment for developing social applications on IBM Lotus Greenhouse. You can make API calls, see the response of those calls, and access the documentation for those APIs - all within a single interface.


IBM LotusLive API Explorer

The API Explorer contains the following APIs:


Requirements for using the API Explorer

  • Account on E1 (http://test.lotuslive.com)
    • In order to get an account on E1 you must be a member of the LotusLive Business Partner program more details can be found at the following URL: https://www.lotuslive.com/en/businesspartners/index.php
  • OAuth Consumer Key and OAuth Consumer Secret

Accessing and using the API explorer


1) Log-in to E1 (http://test.lotuslive.com)
2) Click on the link for LotusLive Lab in the navigation bar
3) Click on the API Explorer link
4) Then navigate to the API Explorer at the following URL: https://researcher.ibm.com/llapiexplorer/
5) Enter your OAuth Consumer Key and OAuth Consumer Secret and then click on "Get Started!"

6) Use the navigation on the right to locate the API call that you would like to try

7) Select the API call you would like to run, and provide any values requested.
8) Click on "Execute API"
9) Results will be displayed in the Response Tab



Notes:

  • The API calls are executed against the E1 Test environment and as such will return results based on data on the E1 server only.
  • The API Explorer only represents a subset of the available API calls.
  • Developers are required to authenticate with E1, and also enter their OAuth Consumer Key and OAuth Consumer Secret .

Social Business API Explorer

The API Explorer contains the following APIs:

  • Activity stream: A shared social API for developing applications that implement an activity stream, a personal view of relevant updates and events that have been aggregated from multiple sources. Similar to a news feed on a social networking site but applied to enterprise data and data sources, an activity stream is updated with new content and events as data is retrieved and published to the stream.
  • People: An IBM Connections API for developing applications that use a directory of the people in your organization, including their names, contact information, technical expertise, familiarity with foreign languages, areas of interest, and more.
  • Files: An IBM Connections API for developing applications that enable teams to create a shared repository of files, for example add files to a collection, read and modify existing files, and more.
  • Wikis: An IBM Connections API for retrieving the Atom document of a wiki page.
  • Domino data service: An API for reading views, folders and documents in a Domino database. This API also lets you create, update, and delete documents in a Domino database.


Requirements


Note the following requirement:
  • A valid Lotus Greenhouse ID and password. For more information, see Lotus Greenhouse website, and click Sign Up Today in the top, right corner.

Accessing and using the API explorer


Do the following steps to use the API Explorer:
    1. Navigate to the IBM Social Business API Explorer on Lotus Greenhouse. 
    2. Click OnPremise.
    3. Click Get Started.
    4. Type your Lotus Greenhouse user ID and password, and click Log in. In the next window, select the Authorize box and then click OK, I'll allow it. This action authorizes the API Explorer to access your activity stream data on Lotus Greenhouse. A message displays to inform you that the authorization was successful.
    5. Just below the message, click API Explorer.
    6. Expand an API category in the left navigation bar, and click a method.
    7. In the main window, on the Request tab, information about that method displays.
    8. To make an API call using that method, specify values for method parameters, and click Execute API.
    9. Click the Response tab to see the response of the API call.
    10. For additional documentation about each API, including parameter details, click the Documentation tab.

Posting and putting Atom documents


For API methods that POST or PUT Atom documents, such as the updateProfileEntry method, do the following steps:
    1. Do a GET operation using the getProfileEntry method. This operation returns an Atom representation of the user's profile.
    2. Click Show Encoded on the Response tab, copy the Atom response and make modifications, if desired.
    3. Paste the encoded and modified response data into the post_string parameter field of the updateProfileEntry method.

expanded Article information
collapsed Article information
Category:
IBM Social Business Toolkit, Product Documentation,
Tags:
api explorer, apis, request, response, profiles, files, activity stream

This Version: Version 11 December 14, 2011 2:49:12 PM by Anna G O'Neal  IBMer

expanded Attachments (0)
collapsed Attachments (0)

 


expanded Versions (12)
collapsed Versions (12)
Version Comparison     
Version Date Changed by               Summary of changes
11 Dec 14, 2011 2:49:12 PM Anna G O'Neal  
11 Dec 14, 2011 2:49:12 PM Anna G O'Neal  
10 Jul 24, 2011 8:59:38 AM Anna G O'Neal  
9 Jul 1, 2011 11:08:05 AM Anna G O'Neal  
8 Jul 1, 2011 11:07:49 AM Anna G O'Neal  
7 Jul 1, 2011 10:21:06 AM Anna G O'Neal  
6 Jul 1, 2011 10:20:24 AM Anna G O'Neal  
5 Jun 28, 2011 10:58:30 AM Anna G O'Neal  
4 Jun 27, 2011 12:22:07 PM Anna G O'Neal  
3 Jun 27, 2011 12:21:36 PM Anna G O'Neal  
2 Jun 27, 2011 12:19:31 PM Anna G O'Neal  
1 Jun 27, 2011 12:18:22 PM Anna G O'Neal  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedSubscribe to RSSHelpAbout
  • All Lotus and WebSphere Portal wikis
  • IBM developerWorks
  • IBM Software support
  • IBM Social Business User Experience Blog
  • IBMSocialBizUX on Twitter
  • IBMSocialBizUX on Facebook
  • Lotus product forums
  • IBM Social Business UX blog
  • IBM Collaboration Solutions
  • Recently added feedRecently added
  • Recently edited feedRecently edited
  • Recently added comments feedRecently Added Comments
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Contact IBM
  • IBM Terms of use
  • Wiki terms of use