VocaStar
  1. profile
VocaStar
  • auth
    • Login
      POST
    • Register
      POST
    • Logout
      POST
  • user
    • resetpw
      POST
    • profile
      GET
    • Set Profile
      POST
    • Upload Avatar
      POST
  • quiz
    • Start Quiz
      POST
    • Get Profile
      GET
    • Save Profile
      POST
    • Get Questions
      GET
    • Answer Questions
      POST
    • Submit Quiz
      POST
    • Get Report
      GET
  • career
    • Get Careers
      GET
    • Get Career Detail By ID
      GET
    • Get Career Recommendations List
      GET
    • Get Career Galaxies List
      GET
  • cosplay
    • 列出可用的 Cosplay 剧本
    • 获取指定 Cosplay 剧本详情
    • 创建或恢复 Cosplay 会话
    • 获取 Cosplay 会话当前状态
    • 在当前场景中选择一个选项
    • 获取 Cosplay 会话最终报告
  • home
    • 首页聚合信息
  • profile
    • Get My Profile
      GET
    • Set My Profile
      POST
    • Get My Dashboard
      GET
    • List Explorations
      GET
    • Upsert Explorations
      POST
    • List Favorites
      GET
    • Add Favorite
      POST
    • List Wrongbook
      GET
  • 数据模型
    • Schemas
      • Body_login_api_auth_login_post
      • AbilityScore
      • CosplayChoiceResponse
      • HTTPValidationError
      • Body_upload_avatar_api_user_avatar_post
      • AddFavoriteRequest
      • ActionRoadMap
      • RegisterRequest
      • UserResetPasswordRequest
      • CareerDetail
      • ValidationError
      • UserSetProfileRequest
      • QuestionActivityEntry
      • CareerListResponse
      • CareerExploreFilters
      • UserInfoResponse
      • QuestionDimensionEntry
      • CareerSummary
      • CareerExploreGalaxy
      • QuestionScaleConfig
      • CareerExplorePlanet
      • QuestionSettings
      • CareerExploreResponse
      • QuizAllocationAnswer
      • CareerExploreSalaryRange
      • QuizAnswerRequest
      • QuizAnswerResponse
      • QuizMetricsAnswer
      • CosplayAbilityDescriptor
      • CareerRecommendationItem
      • QuizMultipleChoiceAnswer
      • CosplayChoiceRequest
      • QuizOption
      • CosplayHistoryRecord
      • CareerOverview
      • QuizQuestion
      • CosplayOptionView
      • CareerSuggestion
      • QuizQuestionsResponse
      • CosplayReportPayload
      • QuizRatingAnswer
      • CosplaySceneView
      • QuizRecommendation
      • QuizProfileRequest
      • CosplayScriptDetail
      • CompetencyRequirements
      • QuizReportData
      • QuizProfileResponse
      • CosplayScriptDetailResponse
      • QuizReportResponse
      • CosplayScriptSummary
      • QuizSingleChoiceAnswer
      • CosplaySessionListResponse
      • QuizStartResponse
      • CosplaySessionResumeRequest
      • QuizSubmitRequest
      • CosplaySessionState
      • CosplaySessionStateResponse
      • HomeSummaryResponse
      • PersonalOverview
      • DashboardRecommendation
      • PlanetProgress
      • DashboardResponse
      • PointEntry
      • ExplorationItem
      • ExplorationListResponse
      • ExplorationRecord
      • ExplorationUpsertRequest
      • FavoriteListResponse
      • FavoriteRecord
      • QuizClassicScenarioAnswer
      • HollandPortrait
      • QuizImagePreferenceAnswer
      • QuizLegacyAllocationAnswer
      • QuizLegacyMetricsAnswer
      • HollandReport
      • QuizLegacyMultipleChoiceAnswer
      • QuizLegacySingleChoiceAnswer
      • KnowledgeBackground
      • QuizTimeAllocationAnswer
      • QuizValueBalanceAnswer
      • QuizWordChoiceAnswer
      • TodayPointsSummary
      • UserProfileSummary
      • SmallGoal
      • WrongbookItem
      • SalaryAndDistribution
      • WrongbookListResponse
      • SkillEnhancementStage
      • SkillMap
  1. profile

Get My Dashboard

GET
/api/profile/dashboard

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/profile/dashboard' \
--header 'Authorization: Bearer <token>'

返回响应

🟢200成功
application/json
Successful Response
Body

示例
{
    "holland": {
        "code": "ARI",
        "dimension_scores": {
            "R": 43,
            "I": 38,
            "A": 46,
            "S": 22,
            "E": 24,
            "C": 8
        },
        "analysis": "你的兴趣画像倾向于:艺术型:创意表达,审美驱动、现实型:动手实践,坚韧可靠、研究型:分析思考,逻辑严谨。这表明你更适合发挥这些优势的工作环境,建议在职业探索中优先关注与这些特质高度相关的岗位。"
    },
    "recommendations": [
        {
            "career_id": 12,
            "name": "畜牧兽医",
            "match_score": 100
        },
        {
            "career_id": 4,
            "name": "前端开发工程师",
            "match_score": 94
        },
        {
            "career_id": 6,
            "name": "建筑设计师",
            "match_score": 89
        },
        {
            "career_id": 1,
            "name": "软件工程师",
            "match_score": 86
        },
        {
            "career_id": 5,
            "name": "通信工程师",
            "match_score": 86
        },
        {
            "career_id": 7,
            "name": "土木工程师",
            "match_score": 86
        }
    ]
}
修改于 2025-10-24 12:55:49
上一页
Set My Profile
下一页
List Explorations
Built with