Indico
stable
  • Installation guides
  • Configuration
  • Building
  • Search
  • Indico plugins
  • HTTP API
    • Accessing the API
    • Common Parameters
    • API Resources
      • 1. Categories
      • 2. Events
      • 3. Timetable
      • 4. Event Search
        • 4.1. URL Format
        • 4.2. Results
      • 5. Files
      • 6. User
      • 7. Room Booking
    • HTTP API Tools
  • API reference
  • Changelog
  • Contact
Indico
  • Indico - HTTP API
  • API Resources
  • 4. Event Search
  • Edit on GitHub

4. Event Search¶

4.1. URL Format¶

/export/event/search/TERM.TYPE

The TERM should be a string, e.g. “ichep”

4.2. Results¶

Returns the events found.

Result for https://indico.server/export/event/search/ichep.json?ak=00000000-0000-0000-0000-000000000000&pretty=yes:

{
    "count": 5,
    "additionalInfo": {},
    "_type": "HTTPAPIResult",
    "complete": true,
    "url": "https:\/\/indico.server\/export\/event\/search\/ichep.json?ak=00000000-0000-0000-0000-000000000000&pretty=yes",
    "ts": 1367245058,
    "results": [
        {
            "startDate": {
                "date": "2010-07-16",
                "tz": "UTC",
                "time": "11:00:00"
            },
            "hasAnyProtection": false,
            "id": "101465",
            "title": "Rehearsals for ICHEP Friday 16th July Afternoon Session"
        },
        {
            "startDate": {
                "date": "2010-08-06",
                "tz": "UTC",
                "time": "12:00:00"
            },
            "hasAnyProtection": false,
            "id": "102669",
            "title": "Overview of LHC physics results at ICHEP"
        },
        {
            "startDate": {
                "date": "2010-08-18",
                "tz": "UTC",
                "time": "17:00:00"
            },
            "hasAnyProtection": false,
            "id": "104128",
            "title": "Seminer Oturumu: \"ATLAS status and highlights as of ICHEP\" Dr Tayfun Ince (Universitaet Bonn)"
        },
        {
            "startDate": {
                "date": "2011-07-23",
                "tz": "UTC",
                "time": "11:00:00"
            },
            "hasAnyProtection": false,
            "id": "145521",
            "title": "89th Plenary ECFA and Joint EPS\/ICHEP-ECFA Session - Grenoble, France"
        },
        {
            "startDate": {
                "date": "2012-01-12",
                "tz": "UTC",
                "time": "08:00:00"
            },
            "hasAnyProtection": false,
            "id": "168897",
            "title": "ICHEP 2012 Outreach Planning Meeting"
        }
    ]
}
Previous Next

© Copyright 2021, Indico Team. Revision ec1d395a.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: stable
Versions
latest
stable
3.1.x
3.0.x
2.3.x
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds