API tree

Is there any chance to get API tree with actual ?

I thought api have the same usage as console, but :

in console: /interface bridge print
in api: /bridge/print ( ‘/interface/bridge/print’ - does not work)
and many others diffrences (checked on ver 3.28).
or maybe
there is command in api like ‘/help’ which shows valid directories and commands
on each level like in console ?

regards
Marcin

Menu tree is the same as in console
if in console you have /interface bridge
then in api you also have /interface/bridge

No there is not in the same way. Check it.

/interface bridge print
/interface/bridge/print

works
and printts bridge itnerfaces


and

/interface bridge port print
/interface/bridge/port/print

works too
and prints bridge port interfaces that are added to bridge interfaces.

version 3.30

edit: usle 3.30 where that is working as it should have been before, if it was not.