Skip to content

Beta module namespace

consoleviews

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

5 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/consoleviews/viewsconsoleviews:view:readBearer tokenReturns the caller's own views plus the tenant's shared views, optionally scoped with ?feature_id=.
post/v1/m/consoleviews/viewsconsoleviews:view:writeBearer tokenSaves a new view owned by the caller.
get/v1/m/consoleviews/views/{id}consoleviews:view:readBearer tokenReturns one view.
put/v1/m/consoleviews/views/{id}consoleviews:view:writeBearer tokenReplaces the writable fields of the caller's OWN view.
delete/v1/m/consoleviews/views/{id}consoleviews:view:writeBearer tokenRemoves a view: the owner always may; a tenant admin/owner (or superadmin) may delete ANY view — the cleanup power for views left behind by departed users.