Versions Compared

Key

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

...

community ID list (required)
The 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.

Example

http://infinite.ikanow.com/api/knowledge/feature/geoSuggest/madagas/4c927585d591d31d7b37097a

Example Response
Info
Code Block
languagejavascript
 {
    "response": {
        "action": "Suggestions",
        "success": true,
        "message": "obam",
        "time": 0
    },
    "data": {
        "dimensions": [
            {
                "dimension": "Who",
                "value": "Barack Obama",
                "type": "Person"
            },
            {
                "dimension": "Who",
                "value": "Obama",
                "type": "Person"
            },
            {
                "dimension": "Who",
                "value": "Obama administration",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "Michelle Obama",
                "type": "Person"
            },
            {
                "dimension": "Who",
                "value": "Barack Obama's administration",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "Obama Marine Co., Ltd",
                "type": "Company"
            },
            {
                "dimension": "Who",
                "value": "Obama's administration",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "Barack Hussein Obama",
                "type": "Person"
            },
            {
                "dimension": "Who",
                "value": "Barak Obama",
                "type": "Person"
            },
            {
                "dimension": "Who",
                "value": "Obama  administration",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "Obama Victory Fund",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "Barack Obama administration",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "Barack  Obama",
                "type": "Person"
            },
            {
                "dimension": "What",
                "value": "Obama camp",
                "type": "Facility"
            },
            {
                "dimension": "Who",
                "value": "Obama?s administration",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "Barack Obama?s administration",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "Obama Speaks",
                "type": "Person"
            },
            {
                "dimension": "Who",
                "value": "Obama's Council",
                "type": "Organization"
            },
            {
                "dimension": "Who",
                "value": "the author of Obama's Challenge",
                "type": "Position"
            },
            {
                "dimension": "Who",
                "value": "Obama Administration",
                "type": "Company"
            }
        ]
    }
}