Parameters
1 query
Query parameters
· 1idstringRequiredHistory version handle returned by /history-list.
Example
vErSiOnHaNdLe123Returns one specific revision in full, with the title and HTML content snapshot (content body is fetched from blob storage on demand).
1 query
idstringRequiredHistory version handle returned by /history-list.
vErSiOnHaNdLe1231 status code documented
idstringRequiredHistory version handle (echo).
postIdstringRequiredExternal id of the parent post.
localestringRequiredLocale code of this revision.
insertedDateDate | string | string | numberRequiredtitlestringRequiredcontentstringRequiredFull HTML content snapshot at this revision.
contentSizenumberRequiredcommitMessagestring | nullRequiredauthorobjectRequiredidstring | nullRequirednamestringRequired{
"id": "example_id",
"postId": "example_postId",
"locale": "example_locale",
"title": "example_title",
"content": "example_content",
"contentSize": 0,
"author": {
"name": "example_name"
}
}GET /bff/post/history-detail
curl -X GET "https://api.bizkithub.com/bff/post/history-detail?id=vErSiOnHaNdLe123" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.