Gets a deleted draft post from the trash bin by the provided ID.
You can only call this method when authenticated as a Wix app or Wix user identity.
Draft post ID.
Draft post info.
curl \
'https://www.wixapis.com/blog/v3/draft-posts/trash-bin/448d1238-0072-4458-a280-bf81c2dd8af1' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
{
"draftPost": {
"id": "448d1238-0072-4458-a280-bf81c2dd8af1",
"title": "Places to visit in Europe",
"featured": false,
"categoryIds": [],
"memberId": "2d24cb8a-adcc-466a-ab59-fa74e0889a37",
"hashtags": [],
"commentingEnabled": true,
"minutesToRead": 0,
"tagIds": [],
"relatedPostIds": [],
"pricingPlanIds": [],
"language": "en",
"changeOrigin": "AUTO_SAVE",
"contentId": "622f285f7952527f485bc138",
"editingSessionId": "0aca7f65-1237-482e-bf51-6d14102ee691",
"status": "DELETED",
"mostRecentContributorId": "2d24cb8a-adcc-466a-ab59-fa74e0889a37",
"hasUnpublishedChanges": true,
"editedDate": "2022-03-14T11:34:55.121Z",
"seoData": {
"tags": []
},
"seoShowInSearch": true,
"seoShowSnippetInSearch": true,
"slugs": [],
"createdDate": "2022-03-14T11:34:55.121Z"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.