Get Blogs by Location ID
GET/blogs/site/all
The "Get Blogs by Location ID" API allows you get blogs using Location ID.Please use blogs/list.readonly
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
skip numberrequired
limit numberrequired
searchTerm string
search for any post by name
Successful response
- application/json
- Schema
- Example (auto)
Schema
dataobject[]required
Object containing response data of blog
{
"data": [
{
"_id": "lMOzIQZne5m6zQ528sT6",
"name": "My blog"
}
]
}