Skip to content

vueda.release_releasenote_list

Overview

applying row level filter in get_queryset() causes problems with other drf actions, specifically encountered with create not finding it's created object

Signature

GET /vueda.release/releasenote/

Parameters

NameTypeRequiredDescription
datestring(date-time)no
idintegernoMultiple values may be separated by commas.
ostringnoWhich field to use when ordering the results.
pintegernoA page number within the paginated result set.
psintegernoNumber of results to return per page.
sstringnoA search term.
titlestringno
fstring[]noSelects a sparse subset of fields to include in the response.

Returns

PaginatedReleaseNoteList

Responses

200 OK

Returns PaginatedReleaseNoteList

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