Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

communityids (required)
A comma deliminated list of community IDs or community ID - regex in the URL controls which sources the query will use. Obviously the logged-in user must have access rights to those communities. A user's communities can be viewed using the "person/get" API call.

...

Info
Code Block
languagejavascript

{
    "response": {
        "action": "Suggestions Event",
        "success": true,
        "message": "obam",
        "time": 0
    },
    "data": [
        "obama/person",
        "michelle obama/person",
        "barack obama/person",
        "obama administration/organization"
    ]
}