Skip to Content
API ReferenceAttemptPOST /dashboard

POST /attempt/dashboard

Get Dashboard

Request Body (DashboardRequest)

FieldTypeRequiredDescription
start_datestringNoFilter start date
end_datestringNoFilter end date
cohort_idsstring[]NoCohort IDs to filter by
simulation_idsstring[]NoSimulation IDs to filter by
department_idsstring[]NoDepartment IDs to filter by
role_idsstring[]NoRole resource IDs to filter profiles by
simulation_filtersstring[]NoSimulation filter strings
actor_profile_idstringNoActing user profile ID
target_profile_idstringNoTarget profile ID to scope data
page_limitintegerNoMax items per page
page_offsetintegerNoPagination offset
rubric_idsstring[]NoRubric IDs for section picker
rubric_searchstringNoSearch string for rubrics
simulation_picker_idsstring[]NoSimulation picker IDs
simulation_picker_searchstringNoSearch string for simulations
parameter_idsstring[]NoParameter IDs for section picker
parameter_searchstringNoSearch string for parameters
scenario_idsstring[]NoScenario IDs for section picker
scenario_searchstringNoSearch string for scenarios
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (DashboardBundleResponse)

FieldTypeRequiredDescription
header_metricsDashboardHeaderMetricsNoHeader summary metrics
primary_metricsDashboardPrimaryMetricsNoPrimary dashboard metrics
secondary_metricsDashboardSecondaryMetricsNoSecondary dashboard metrics
footer_metricsDashboardFooterMetricsNoFooter dashboard metrics
simulationsDashboardSimulationMeta[]NoSimulation metadata list
scenariosDashboardScenarioMeta[]NoScenario metadata list
rubricsDashboardRubricMeta[]NoRubric metadata list
parametersDashboardParameterMeta[]NoParameter metadata list
fieldsDashboardFieldMeta[]NoField metadata list
thresholdsDashboardThresholdsNoScore thresholds configuration
insightsDashboardInsightsNoGenerated insights per section
simulation_optionsFilterOption[]NoSimulation filter options
profile_namestringNoTarget profile display name
profile_emailsstring[]NoTarget profile email addresses
profile_primary_emailstringNoTarget profile primary email
profile_rolestringNoTarget profile role
analyticsAnalyticsFacetsNoInline analytics facets for SSR
historyHistoryResponseNoAlways null on /get — use /attempt/dashboard/search instead
Last updated on