Hi,
I created blogs and I get success response.
But I can’t able to get blog details if I’m tried I’m getting bad request.
create blog response :
{
“date_meta”: {
“created_on”: “2023-09-13T12:26:11.896Z”,
“modified_on”: “2023-09-13T12:26:11.896Z”
},
“tags”: [
“dengue fever prevention”
],
“_id”: “6501aa638774b640a7855d10”,
“author”: {
“name”: “NedmesMigration Platform Client”
},
“content”: [
{
“type”: “html”,
“value”: “
The National Center for Complementary and Alternative Medicine (NCCAM) says this root may slow the progression of rheumatoid arthritis, one of the main causes of knee pain. Curcumin, an anti-inflammatory chemical found in Turmeric, also has anti-oxidant properties.
”}
],
“feature_image”: {
“secure_url”: “https://www.netmeds.com/images/cms/magefan_blog/nmslite/1694417310_fresh-papaya-juice-_480x180.jpg”
},
“published”: true,
“slug”: “24684”,
“title”: “Diet For Dengue Fever: Here’s A Detailed Guide To Foods To Eat And Avoid While Recovering From This Viral Fever”,
“seo”: {
“description”: “Read about what food is good for dengue patients and what not to eat in dengue to boost speedy recovery and increase platelet counts in the article.”,
“title”: “Diet For Dengue Fever: Here’s A Detailed Guide To Foods To Eat And Avoid While Recovering From This Viral Fever”
},
“application”: “64a426ed9fa247e05106037f”
}
Response for getting blog using slug:
{
“name”: “FDKServerResponseError”,
“status”: “Not Found”,
“code”: 404,
“details”: {
“status”: 404,
“message”: “Sorry, document not found”,
“code”: “CX-1002”,
“exception”: “”,
“request_id”: “”,
“info”: “No matching document found”,
“stack_trace”: “”,
“meta”: {}
}
}