Skip to content
Streamkap
Esc
↑↓navigate↵open⌘Jpreview

Get Topics For Pattern

GET/transforms/topics-for-pattern/{topic_pattern}/{java_replacement_pattern}
Authorization
AuthorizationBearer token · headerrequired
Path parameters
topic_patternstringrequired
java_replacement_patternstringrequired
Responses
200

Successful Response

Array of any[]
Array of any
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X GET 'https://api.streamkap.com/transforms/topics-for-pattern/string/string' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
[
  [
    "string",
    "string"
  ]
]