Retrieve a list of subjects.

GET /subjects

Query parameters

  • deleted boolean
  • subjectPrefix string

Responses

GET /subjects
curl \
 --request GET 'http://localhost:8081/subjects'
Response examples (200)
[
  "string"
]
Response examples (200)
[
  "string"
]
Response examples (200)
[
  "string"
]
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}
Response examples (500)
{
  "error_code": 42,
  "message": "string"
}