Skip to Content

POST /rubric/get

Get Rubric

Get rubric information using the canonical shared rubric operation.

Request Body (GetRubricApiRequest)

FieldTypeRequiredDescription
idstringNoRubric UUID to retrieve
rubric_idstringNoLegacy rubric UUID to retrieve
draft_idstringNoDraft UUID to load from
snapshot_keystringNoCache snapshot key for consistent reads across related requests
namesapp__infra__rubric__types__SectionFilterNoFilter options for names section
descriptionsapp__infra__rubric__types__SectionFilterNoFilter options for descriptions section
flagsapp__infra__rubric__types__SectionFilterNoFilter options for flags section
departmentsapp__infra__rubric__types__SectionFilterNoFilter options for departments section
pointsapp__infra__rubric__types__SectionFilterNoFilter options for points section
standard_groupsapp__infra__rubric__types__SectionFilterNoFilter options for standard groups section
standardsapp__infra__rubric__types__SectionFilterNoFilter options for standards section

Response (GetRubricApiResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the current user
rubric_existsbooleanNoWhether the rubric exists
can_editbooleanNoWhether the current user can edit
disabled_reasonstringNoReason editing is disabled
group_idstringNoAssociated group UUID
draft_namestringNoImmutable draft label from the active draft entry, when a draft_id was supplied. None for non-draft fetches.
show_ai_generatebooleanNoWhether any section supports AI generation
basic_show_ai_generatebooleanNoWhether to show AI generate for the basic step
content_show_ai_generatebooleanNoWhether to show AI generate for the content step
pending_idsstring[]NoPending resource identifiers when available
namesRubricNameResource[]NoName resources
descriptionsRubricDescriptionResource[]NoDescription resources
flagsRubricFlagResource[]NoFlag resources (one per flags_resource row, value=true/false)
departmentsRubricDepartmentResource[]NoDepartment resources
pointsRubricPointResource[]NoPoint resources
standard_groupsRubricStandardGroupResource[]NoStandard group resources
standardsRubricStandardResource[]NoStandard resources
Last updated on