Skip to content

VuedaReadOnlyViewSet

Overview

Read-only ViewSet for VUEDA models. Provides list and retrieve only, with the same flex-fields, query-parameter validation, and row-level filtering as VuedaViewSet.

get_allowed_extra_actions

Override this function to change if a user is allowed to do a certain action.

Signature

get_allowed_extra_actions(self, request, instance)

Parameters

NameTypeRequiredDescription
selfyes
requestyes
instanceyes

Source

server/vueda/core/viewsets/__init__.py:1082

detail_args

Source

server/vueda/core/viewsets/__init__.py:1068

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2