Page History Version
指定バージョンのスナップショット本文(履歴 diff 表示用)。viewer 以上。
GET
/pages/{page_id}/history/{version}Path parameters
page_idstringrequiredversionintegerrequiredHeader parameters
authorizationstring | anyX-Api-Keystring | anyResponses
200Successful Response
any422Validation Error
detailValidationError[]Show propertiesHide properties
Array of
ValidationErrorlocstring | integer[]requiredShow propertiesHide properties
Array of
string | integerAny of:
string
stringinteger
integermsgstringrequiredtypestringrequiredRequest
curl -X GET "/pages/string/history/0"const response = await fetch("/pages/string/history/0", {
method: "GET"
});import requests
response = requests.get(
"/pages/string/history/0",
)Response
"string"{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}