Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

API Call - /knowledge/aliasSuggest/{field}/{term}/{comma-separated-list-of-community-ids}

Returns a list of aliases based on your query term. Performs a gazateer lookup on the entity name submitted.

Authentication

Required, see Auth - Login

Arguments

field (required)
The entity field on which to search, ie "gazateer_index", "disambiguous_name", or "actual_name"

term (required)
The value of the entity field on which to search for aliases. Note this needs to be URL-escaped, eg "/" is represented by "%2F"

community id list (required)
The list of community IDs 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 TBD API call.

Example

http://infinite.ikanow.com/api/knowledge/aliasSuggest/gazateer_index/barack obama%2Fperson/4c927585d591d31d7b37097a

Example Response
{
      response: {
          action: "aliasSuggest"
          success: true
          message: "Successfully returned aliases"
          time: 166
      }
      data: [
            [
                "GregMitch Obama"
                "Obamas"
                "Barack "Obama"
                "hussein obama"
                "barack"
                "president obama"
                "president-elect barack obama"
                "Barack Hussein Obama"
                "mr. obama"
                "barrack" obama"
                "Barack) Obama"
                "barack] obama"
                "Senator Obama"
                "President [Barack] Obama"
                "President Obama"
                "BARACK OBAMA"
                "barack) obama"
                "First Lady Michelle Obama"
                "Obama"
                "president barak obama"
                "Sen. Barack Obama"
                "obama."
                "President Barack Obama"
                "Barack Hussein Obama."
                "senator obama"
                "Senator Barack Obama"
                "barack "barry" obama"
                "mrs. obama"
                "first lady michelle obama"
                "mcchrystal—president obama"
                "Barack] Obama"
                "President Barak Obama"
                "Barack Obama"
                "OBAMA"
                "sen. barack obama"
                "Mr. Obama"
                "barack hussein obama"
                "barack obama."
                "Mrs. Obama"
                "king obama"
                "barrack obama"
                "obama"
                "obamas"
                "president barack obama"
                "Barak Obama"
                "President BARACK OBAMA"
                "president barack obama"
                "barack obama"
                "barack hussein obama."
                "barak obama"
                "senator barack obama"
                "malia obama"
                "dr barack obama"
                "Barack H. Obama"
                "Barack Obama."
            ]
      ]
}
Error Response
  • No labels