Blog List
Blog List
List all blogs for a company. The list consist of 6 latest blogs and 6 old blogs.
QueryArguments
No Query Arguments |
Definition:
POST https://app.alphalearn.com/webapi/v1/blog-list
Example Request:
curl -X POST \ https://app.alphalearn.com/webapi/v1/blog-list\ -H 'authorization: Bearer {Authorization Token}' \Example Response:
200 OK
{ "success": true, "data": { "latest": [ { "id": "integer", "title": "string", "description": "string", "name": "string", "createdDate": "date", "image": "string" } ], "old": [ { "id": "integer", "title": "string", "description": "string", "name": "string", "createdDate": "date", "image": "string" } ], } }