Channel Developers

プロパティ

説明

Method

GET

Path

/open/v1/spaces/$me/articles/{articleId}/revisions/{revisionId}

Accept

-

Content-Type

application/json

Description

記事IDとリビジョンIDで指定された、特定の記事のリビジョンを取得

  • リクエスト

    • Query

        (empty)

    • Body

      Plaintext
      // (empty)
  • レスポンス

    TypeScript

プロパティ

説明

Method

GET

Path

/open/v1/spaces/$me/articles/{articleId}/revisions/batch

Accept

-

Content-Type

application/json

Description

IDによって記事の複数のリビジョンを取得。一度に最大25個のリビジョンを取得可能です。

  • リクエスト

    • Query

      パラメータ

      要件

      デフォルト

      タイプ

      説明

      ids[]

      O

      -

      string\[]

      取得するリビジョンのID

      ?ids[]=42&ids[]=37

    • Body

      Plaintext
      // (empty)
  • レスポンス

    TypeScript

プロパティ

説明

Method

GET

Path

/open/v1/spaces/$me/articles/{articleId}/revisions

Accept

-

Content-Type

application/json

Description

更新日時(タイムスタンプ)順に並べ替えられた、記事のリビジョンのページ分割されたリストを取得

  • リクエスト

    • Query

      パラメータ

      要件

      デフォルト

      タイプ

      説明

      language

      O

      -

      string

      リクエストされた言語

      ko

      limit

      X

      25

      number

      ページネーションに使用

      25

      since

      X

      string

      ページネーションに使用

      1707017182188

      order

      X

      asc

      ‘asc’ | 'desc'

      ソート順

      asc

    • Body

      Plaintext
      // (empty)
  • レスポンス

    TypeScript