Sekai Platform
    • Auth
      • 用户登录
      • 用户登出
      • 获取当前登录状态
      • 加载当前用户可访问租户
      • 选择或切换当前租户
    • Users
      • 邀请用户加入当前租户
    • Assets
      • 查询支持的剧情类型
      • 查询剧情集列表
      • 查询剧情集详情
      • 查询剧情列表
      • 查询剧情详情
      • 查询剧情原文行
      • 查询当前租户的翻译版本列表
      • 查询翻译版本详情
      • 查询翻译行
    • Search
      • 搜索原文和当前租户译文
    • Sync
      • 手动触发外部数据源同步
      • 查询同步任务列表
      • 查询同步任务详情
    • Import
      • 批量导入历史译文
    • 数据模型
      • ErrorResponse
      • LoginRequest
      • SelectTenantRequest
      • AuthSession
      • UserProfile
      • Tenant
      • TenantMembership
      • InviteUserRequest
      • UserInvitationResult
      • UserRole
      • UserTenantStatus
      • StoryType
      • StoryTypeInfo
      • ExternalType
      • LineType
      • StoryGroup
      • Story
      • StorySourceLine
      • TranslationVersion
      • TranslationLine
      • SearchAssetType
      • SearchHit
      • SearchStoryRef
      • SearchStoryGroupRef
      • SearchTranslationVersionRef
      • ExternalDataSource
      • JobStatus
      • CreateSyncJobRequest
      • SyncJob
      • SyncJobStats
      • ImportTranslationVersionRequest
      • StoryMatch
      • ImportTranslationLine
      • ImportJob
      • PageMeta
      • StoryGroupPage
      • StoryPage
      • TranslationVersionPage
      • SearchResultPage
      • SyncJobPage

    Story

    {
        "id": 0,
        "group": {
            "id": 0,
            "story_type": "event_story",
            "external_type": "sekai_event",
            "external_id": "string",
            "display_no": 0,
            "title": "string",
            "subtitle": "string",
            "metadata": {
                "property1": "string",
                "property2": "string"
            },
            "created_at": "2019-08-24T14:15:22.123Z",
            "updated_at": "2019-08-24T14:15:22.123Z"
        },
        "story_type": "event_story",
        "scenario_id": "string",
        "title": "string",
        "sort_order": 0,
        "metadata": {
            "property1": "string",
            "property2": "string"
        },
        "created_at": "2019-08-24T14:15:22.123Z",
        "updated_at": "2019-08-24T14:15:22.123Z"
    }
    Built with