Skip to Content

POST /rubric/drafts

Get Rubric Drafts

List rubric drafts owned by the current profile.

Request Body (GetRubricDraftsApiRequest)

FieldTypeRequiredDescription
searchstringNoName search (ILIKE substring)
date_fromstringNoStart date filter
date_tostringNoEnd date filter
page_limitintegerNoMaximum items per page
page_offsetintegerNoOffset for pagination
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (GetRubricDraftsApiResponse)

FieldTypeRequiredDescription
entriesGetRubricDraftResponse[]NoList of rubric draft entries
Last updated on