/bff/post/history-detail
Returns one specific revision in full, with the title and HTML content snapshot (content body is fetched from blob storage on demand).
PostgetBffPostHistory-detail
Parameters
1 query
Query · 1
idstringRequiredHistory version handle returned by /history-list.
Request
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"Response
JSON payload
{
"id": "example_id",
"postId": "example_postId",
"locale": "example_locale",
"title": "example_title",
"content": "example_content",
"contentSize": 0,
"author": {
"name": "example_name"
}
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.