データセット表示

概要説明

データセット履歴スラグで詳細情報を取得し、分析API呼び出しの前提データを取得します。

アクティビティ図

---
config:
  theme: base
  layout: dagre
  flowchart:
    curve: linear
    htmlLabels: true
  themeVariables:
    edgeLabelBackground: "transparent"
---
flowchart TB
    Client[Client]
    Controller[WishlistDatasetController]
    Repo(Dataset Repository)
    DB[(Database)]

    Client --- Step1[
      <div style='text-align: center'>
        <span style='display: inline-block; background-color: #6699cc !important; color:white; width: 28px; height: 28px; border-radius: 50%; font-weight: bold'>1</span>
        <p style='margin-top: 8px'>GET show</p>
      </div>
    ]
    Step1 --> Controller

    Controller --- Step2[
      <div style='text-align: center'>
        <span style='display: inline-block; background-color: #6699cc !important; color:white; width: 28px; height: 28px; line-height: 28px; border-radius: 50%; font-weight: bold'>2</span>
        <p style='margin-top: 8px'>Find by slug</p>
      </div>
    ]
    Step2 --> Repo
    Repo --> DB
    DB --> Repo
    Repo --> Controller
    Controller --> Client

Swagger リンク

API: Dataset Show

API エンドポイント

  • GET /api/v1/general/{wldh_slug}/show

レスポンス

  • データセット履歴オブジェクト(グループ/データセット参照を含む)

エラーハンドリング

コード メッセージ
404 Dataset not found
403 Unauthorized