Theme Instance
retrieve:
Return the details about the given Theme id.
list:
List all Theme objects.
GET /api/v1/themes/1/?format=api
{
"id": 1,
"fr_label": "Sciences de base",
"en_label": "Basic Sciences",
"de_label": "Grundlagenwissenschaften"
}