プロパティ | 説明 |
|---|---|
Method |
|
Path |
|
Accept | - |
Content-Type |
|
Description | 記事IDとリビジョンIDで指定された、特定の記事のリビジョンを取得 |
リクエスト
Query
(empty)
Body
Plaintext// (empty)
レスポンス
TypeScript
プロパティ | 説明 |
|---|---|
Method |
|
Path |
|
Accept | - |
Content-Type |
|
Description | IDによって記事の複数のリビジョンを取得。一度に最大25個のリビジョンを取得可能です。 |
リクエスト
Query
パラメータ
要件
デフォルト
タイプ
説明
例
ids[]
O
-
string\[]
取得するリビジョンのID
?ids[]=42&ids[]=37
Body
Plaintext// (empty)
レスポンス
TypeScript
プロパティ | 説明 |
|---|---|
Method |
|
Path |
|
Accept | - |
Content-Type |
|
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