Blogs
Admin
This is for adding a new blog.
success response
00Bad Request
POST /blog HTTP/1.1
authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 193
"title='text'&categoryId=1&description='text'&image='text'&status=1&metaTagTitle='text'&metaTagDescription='text'&metaTagKeyword='text'&relatedBlogId='text'&blogSlug='text'"{
"image": "text",
"imagePath": "text",
"title": "text",
"categoryId": "0",
"description": "text",
"isActive": "0",
"metaTagTitle": "text",
"metaTagDescription": "text",
"metaTagKeyword": "text",
"createdBy": 1,
"blogSlug": "text",
"createdDate": "2026-01-01T00:00:00.000Z",
"id": 1
}This is for getting the list of added blogs.
success response
Successfully got blog countGET /blog HTTP/1.1
authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got blog count"
}This is for updating an already added blog.
success response
0Bad Request
PUT /blog/{id} HTTP/1.1
authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 175
"title='text'&categoryId=1&description='text'&image='text'&status=1&metaTagTitle='text'&metaTagDescription='text'&metaTagKeyword='text'&relatedBlogId='text'"{
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"id": 1,
"title": "text",
"categoryId": "text",
"description": "text",
"image": "text",
"imagePath": "text",
"isActive": "0",
"metaTagTitle": "text",
"metaTagDescription": "text",
"metaTagKeyword": "text",
"blogSlug": "text"
}This is for deleting an already added blog, if not needed anymore.
success response
Successfully deleted BlogBad Request
DELETE /blog/{id} HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully deleted Blog"
}This is for deleting already added blog, if not needed anymore.
success response
Successfully deleted blogBad Request
POST /blog/delete-multiple-blog HTTP/1.1
authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 12
"blogId=1"{
"status": 1,
"message": "Successfully deleted blog"
}This is for getting a list of blog.
success response
Successfully got blog listBad Request
GET /blog/blog-detail?blogId=1 HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got blog list"
}This is for getting count the blogs.
success response
Successfully got the blog countGET /blog/blog-count HTTP/1.1
authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the blog count"
}Blog Category
This is for adding the category for blog.
success response
Bad Request
POST /blog-category HTTP/1.1
authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 194
"name='text'&image='text'&parentInt=1&sortOrder=1&metaTagTitle='text'&metaTagDescription='text'&metaTagKeyword='text'&status=1&categorySlug='text'&categoryDescription='text'"{
"name": "text",
"createdDate": "2026-01-01T00:00:00.000Z",
"blogCategoryId": 1
}This is for getting the list of blog categories.
success response
Successfully got the blog countGET /blog-category?sortOrder=1 HTTP/1.1
authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got the blog count"
}This is for updating an already added category for blog.
success response
Bad Request
PUT /blog-category/{id} HTTP/1.1
authorization: text
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 213
"blogCategoryId=1&name='text'&image='text'&parentInt=1&sortOrder=1&metaTagTitle='text'&metaTagDescription='text'&metaTagKeyword='text'&categorySlug='text'&status=1&categoryDescription='text'"{
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"blogCategoryId": 1,
"name": "text",
"image": "text",
"imagePath": "text",
"parentInt": 1,
"sortOrder": 1,
"metaTagTitle": "text",
"metaTagDescription": "text",
"metaTagKeyword": "text",
"categorySlug": "text",
"isActive": 1,
"categoryDescription": "text"
}This is for deleting a blog category.
success response
Successfully deleted category.Bad Request
DELETE /blog-category/{id} HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully deleted category."
}This is for getting a blog category list.
success response
Successfully got blog category detailBad Request
GET /blog-category/blog-category-detail?blogCategoryId=1 HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully got blog category detail"
}This is for blog category count.
success response
Successfully got blog category CountGET /blog-category/category-count HTTP/1.1
authorization: text
Accept: */*
success response
{
"status": 1,
"message": "Successfully got blog category Count"
}Store
This for getting related blog list.
success response
Related blog list is successfully being shown. GET /list/related-blog-list HTTP/1.1
Accept: */*
success response
{
"status": 1,
"message": "Related blog list is successfully being shown. "
}This is for getting a blog list.
success response
Successfully get blog Details Bad Request
GET /list/blog/blog-detail/{blogSlug} HTTP/1.1
Accept: */*
{
"status": 1,
"message": "Successfully get blog Details "
}This is for getting blog list.
success response
Successfully get All Blog List " or " Successfully get blog listBad Request
GET /list/blog/blog-list HTTP/1.1
authorization: text
Accept: */*
{
"status": 1,
"message": "Successfully get All Blog List \" or \" Successfully get blog list"
}This is for update the already added blog category status.
success response
Bad Request
PUT /blog-category/update-blog-category-status/{id} HTTP/1.1
authorization: text
Accept: */*
{
"createdBy": 1,
"createdDate": "2026-01-01T00:00:00.000Z",
"modifiedBy": 1,
"modifiedDate": "2026-01-01T00:00:00.000Z",
"blogCategoryId": 1,
"name": "text",
"image": "text",
"imagePath": "text",
"parentInt": 1,
"sortOrder": 1,
"metaTagTitle": "text",
"metaTagDescription": "text",
"metaTagKeyword": "text",
"categorySlug": "text",
"isActive": "text",
"categoryDescription": "text"
}Last updated

