Blog Details
Retrieve a single blog.
HTTP REQUEST
POST https://app.alphalearn.com/webapi/v1/blog-details
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| blogID required |
Integer | The blog id |
Example Response:
200 OK
{
"success": true,
"data": {
"id": "integer",
"title": "string",
"description": "string",
"name": "string",
"createdDate": "date",
"image": "string"
}
}