Query parameters
-
If specified, only return subjects that start with the given prefix. A plain prefix (e.g. "my-") matches subjects in the default context. A context-qualified prefix ":.:" (e.g. ":.my-context:my-") matches within a specific context. The wildcard context "::" (e.g. "::my-") matches across all contexts. Use just the context qualifier (e.g. ":.my-context:" or ":*:") to list all subjects in a context.
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"
}