akvo.rest.views.organisation_document module

Akvo RSR is covered by the GNU Affero General Public License. See more details in the license.txt file located at the root folder of the Akvo RSR module. For additional details on the GNU license please see < http://www.gnu.org/licenses/agpl.html >.

class akvo.rest.views.organisation_document.OrganisationDocumentCategoryViewSet(**kwargs)[source]

Bases: BaseRSRViewSet

API endpoint that allows organisation document categories to be viewed or edited.

queryset
serializer_class

alias of OrganisationDocumentCategorySerializer

class akvo.rest.views.organisation_document.OrganisationDocumentCountryViewSet(**kwargs)[source]

Bases: BaseRSRViewSet

API endpoint that allows organisation document countries to be viewed or edited.

queryset
serializer_class

alias of OrganisationDocumentCountrySerializer

class akvo.rest.views.organisation_document.OrganisationDocumentViewSet(**kwargs)[source]

Bases: BaseRSRViewSet

API endpoint that allows organisation documents to be viewed or edited.

queryset
serializer_class

alias of OrganisationDocumentSerializer