Theme Instance
retrieve:
Return the details about the given Theme id.
list:
List all Theme objects.
GET /api/v1/themes/4/?format=api
{
"id": 4,
"fr_label": "Ingénierie",
"en_label": "Engineering",
"de_label": "Ingenieurwissenschaften"
}