Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
API Call - /knowledge/uisetup/modules/search/{term}
Info

Searches modules in Infinit.e marketplace where the title, author or description contains the search term and returns a list of results.

Authentication

Required, see Auth - Login

Arguments

term (required)
Search term used to find matching modules (searches on title, author, and description)

Example

http://infinite.ikanow.com/api/knowledge/uisetup/modules/search/ikanow
http://infinite.ikanow.com/api/knowledge/uisetup/modules/search/map
http://infinite.ikanow.com/api/knowledge/uisetup/modules/search/rad

Example Response
Info
Code Block
{
    "response": {
        "action": "Search Modules",
        "success": true,
        "message": "searched modules successfully",
        "time": 0
    },
    "data": [
        {
            "_id": "4cb47f41bc945854b6016b71",
            "swf": "RadarChart.swf",
            "url": "com/ikanow/infinit/e/modules/",
            "title": "Radar",
            "description": "Shows entities and their significance in a radar chart",
            "created": "1286897473885",
            "modified": "1286897473885",
            "version": "1.0",
            "author": "ikanow",
            "imageurl": "http://www.uwec.edu/Help/Excel07/Images/other/cht_radar.gif",
            "approved": true,
            "searchterms": [
                "Radar",
                "Shows",
                "entities",
                "and",
                "their",
                "significance",
                "in",
                "a",
                "radar",
                "chart",
                "ikanow"
            ]
        }
    ]
}
Error Response