Memento API Doc
Add yourself or your unit/group as a member of the group memento-api-rest-consumers (https://groups.epfl.ch/cgi-bin/groups/viewgroup?groupid=S23510) in order to be notified of changes in the API.
# Install the command line client
$ pip install coreapi-cli
categories
list
List all Category objects.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action categories list -p limit=... -p offset=... -p search=... -p ordering=...
read
Return the details about the given Category id.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required | A unique integer value identifying this category. |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action categories read -p id=... -p search=... -p ordering=...
domains
list
List all Domain objects.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action domains list -p limit=... -p offset=... -p search=... -p ordering=...
read
Return the details about the given Domain id.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required | A unique integer value identifying this domain. |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action domains read -p id=... -p search=... -p ordering=...
events
list
List all Event objects.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
title | Filters the events containing the given text in their title. Case insensitive. |
description | Filters the events containing the given text in their description. Case insensitive. |
start_date | Filters the events which start at the given start_date |
end_date | Filters the events which finish at the given end_date |
start_time | Filters the events which start at the given start_time |
end_time | Filters the events which finish at the given end_time |
start_year | Filters the events which start at the given start_year |
place_and_room | Filters the events containing the given text in the place_and_room field. Case insensitive. |
spoken_languages | Integer: Spoken Language ID. Return only the events linked to the given spoken language. |
memento | Integer: Memento ID. Return only the events in the given memento. |
category | Integer: Category ID. Return only the event linked to the given category. |
theme | Theme name. Return only the events linked to the given theme. |
keywords | Keywords name. Return only the events linked to the given keywords. |
vulgarization | Integer: Vulgarization ID. Return only the events linked to the given vulgarization. |
registration | Integer: Registration ID. Return only the events linked to the given registration. |
domains | Integer: Domain ID. Return only the events linked to the given public. |
academic_calendar_category | Integer: Academic Calendar Category ID. Return only the event linked to the given category. |
speaker | Filters the events containing the given text in the speaker field. Case insensitive. |
organizer | Filters the events containing the given text in the organizer field. Case insensitive. |
contact | Filters the events containing the given text in the contact field. Case insensitive. |
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action events list -p limit=... -p offset=... -p title=... -p description=... -p start_date=... -p end_date=... -p start_time=... -p end_time=... -p start_year=... -p place_and_room=... -p spoken_languages=... -p memento=... -p category=... -p theme=... -p keywords=... -p vulgarization=... -p registration=... -p domains=... -p academic_calendar_category=... -p speaker=... -p organizer=... -p contact=... -p search=... -p ordering=...
read
Return the details about the given Event id.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
event__pk required |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
title | Filters the events containing the given text in their title. Case insensitive. |
description | Filters the events containing the given text in their description. Case insensitive. |
start_date | Filters the events which start at the given start_date |
end_date | Filters the events which finish at the given end_date |
start_time | Filters the events which start at the given start_time |
end_time | Filters the events which finish at the given end_time |
start_year | Filters the events which start at the given start_year |
place_and_room | Filters the events containing the given text in the place_and_room field. Case insensitive. |
spoken_languages | Integer: Spoken Language ID. Return only the events linked to the given spoken language. |
memento | Integer: Memento ID. Return only the events in the given memento. |
category | Integer: Category ID. Return only the event linked to the given category. |
theme | Theme name. Return only the events linked to the given theme. |
keywords | Keywords name. Return only the events linked to the given keywords. |
vulgarization | Integer: Vulgarization ID. Return only the events linked to the given vulgarization. |
registration | Integer: Registration ID. Return only the events linked to the given registration. |
domains | Integer: Domain ID. Return only the events linked to the given public. |
academic_calendar_category | Integer: Academic Calendar Category ID. Return only the event linked to the given category. |
speaker | Filters the events containing the given text in the speaker field. Case insensitive. |
organizer | Filters the events containing the given text in the organizer field. Case insensitive. |
contact | Filters the events containing the given text in the contact field. Case insensitive. |
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action events read -p event__pk=... -p title=... -p description=... -p start_date=... -p end_date=... -p start_time=... -p end_time=... -p start_year=... -p place_and_room=... -p spoken_languages=... -p memento=... -p category=... -p theme=... -p keywords=... -p vulgarization=... -p registration=... -p domains=... -p academic_calendar_category=... -p speaker=... -p organizer=... -p contact=... -p search=... -p ordering=...
faculties
list
Domain
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action faculties list -p limit=... -p offset=... -p search=... -p ordering=...
read
Domain
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required | A unique integer value identifying this faculty. |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action faculties read -p id=... -p search=... -p ordering=...
mementos
list
List all Memento objects.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action mementos list -p limit=... -p offset=... -p search=... -p ordering=...
read
Return the details about the given Memento id.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required | A unique integer value identifying this memento. |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action mementos read -p id=... -p search=... -p ordering=...
events
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required | A unique integer value identifying this memento. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action mementos events -p id=...
registrations
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action registrations list
read
Return the details about the given Registration id.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action registrations read -p id=...
spoken_languages
list
List all Spoken Language objects.
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
limit | Number of results to return per page. |
offset | The initial index from which to return the results. |
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action spoken_languages list -p limit=... -p offset=... -p search=... -p ordering=...
read
Return the details about the given Spoken Language id.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required | A unique integer value identifying this spoken language. |
Query Parameters
The following parameters should be included as part of a URL query string.
Parameter | Description |
---|---|
search | A search term. |
ordering | Which field to use when ordering the results. |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action spoken_languages read -p id=... -p search=... -p ordering=...
vulgarizations
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action vulgarizations list
read
Return the details about the given Vulgarization id.
Path Parameters
The following parameters should be included in the URL path.
Parameter | Description |
---|---|
id required |
# Load the schema document
$ coreapi get http://memento.epfl.ch/api/docs/
# Interact with the API endpoint
$ coreapi action vulgarizations read -p id=...