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
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| request | yes | ||
| instance | yes |
Source
server/vueda/core/viewsets/__init__.py:1082
detail_args
Source
server/vueda/core/viewsets/__init__.py:1068