GET /api/cse
Name | Type | Comments |
---|---|---|
hl |
String |
Sets the user interface language. |
q |
String |
Query |
siteSearch |
String |
Specifies a given site which should be included. |
searchType |
String |
Specifies the search type: image . If unspecified, results are limited to webpages. |
start |
Number |
The index of the first result to return. The default number of results per page is 10. |
sort |
String |
The sort expression to apply to the results. |
- /api/cse?q=math
- /api/cse?q=math&hl=fr&searchSite=actu.epfl.ch
- /api/cse?q=math&hl=en&sort=date&searchType=image
GET /api/ldap
Name | Type | Comments |
---|---|---|
q |
String |
Query |
hl |
String |
Sets the user interface language. |
GET /api/ldap/csv
Name | Type | Comments |
---|---|---|
q |
String |
Query |
GET /api/ldap/suggestions
Name | Type | Comments |
---|---|---|
q |
String |
Query |
limit |
Number |
Sets the number of suggestions. Default and max is 10. |
GET /api/address
Name | Type | Comments |
---|---|---|
q |
String |
Query (sciper) |
GET /api/unit
Name | Type | Comments |
---|---|---|
q |
String |
Query (acronym, name or ID) |
acro |
String |
Specifies an exact unit acronym. If specified, q is ignored. |
hl |
String |
Sets the user interface language. |
Only allowed via EPFL intranet or VPN.
GET /api/unit/csv
Name | Type | Comments |
---|---|---|
q |
String |
acronym (should be the exact name) |
hl |
String |
Sets the user interface language. |
GET /api/unit/suggestions
Name | Type | Comments |
---|---|---|
q |
String |
Query |
limit |
Number |
Sets the number of suggestions. Default and max is 10. |
GET /api/graphsearch
Name | Type | Comments |
---|---|---|
q |
String |
Query |
doctype |
String |
Values : concept , course , lecture , mooc , person , publication , unit |
limit |
Number |
Sets the number of entries on a page. Default is 10. Max is 100. |
- /api/graphsearch?q=math&limit=20
- /api/graphsearch?q=vetterli&doctype=person
- /api/graphsearch?q=lts&doctype=unit
See Confluence.
See Contributing.