Topic Explorer (API)
Returns the child nodes for a given prefix.
Authorizations
Query parameters
prefixstringOptional
Path prefix (URL-encoded). Needs to be built by joining previous levels with '/'. If omitted, root level is assumed.
Responses
200
List of child nodes wrapped in JSON:API envelope.
application/json
500
Internal error retrieving levels.
application/json
503
Service Unavailable (Infrastructure error)
text/plain
get
/v2/mqtt/topics/levelsReturns all topics matching a given prefix.
Authorizations
Query parameters
prefixstringRequired
Path prefix to search for (URL-encoded).
Responses
200
Search results wrapped in JSON:API envelope.
application/json
400
Missing prefix parameter.
application/json
500
Internal error during search.
application/json
503
Service Unavailable (Infrastructure error)
text/plain
get
/v2/mqtt/topics/searchLast updated
Was this helpful?

