Skip to content

Example 1

This example demonstrates the response structure for a Blog Articles list request.


Response Structure

{
    "current_page": 1,
    "data": [
        {
            "id": 3,
            "deleted_at": null,
            "title": "How Artificial Intelligence Is Changing Everyday Life",
            "content": "Artificial intelligence is no longer something we only see in movies. Today, AI helps people shop online, navigate traffic, and even organize their schedules. Many apps use AI to recommend music, movies, and products based on user preferences.\r\n\r\nAs technology continues to improve, AI tools are becoming more accessible for students, businesses, and everyday users. While there are still concerns about privacy and automation, AI is already shaping the way people live and work.",
            "published_date": "2026-04-22 12:54:00",
            "is_published": "Yes",
            "is_current_owner": 1,
            "is_current_author": 1,
            "is_current_group": 0
        },
        {
            "id": 2,
            "deleted_at": null,
            "title": "Why Weekend Trips Are Good for Your Mental Health",
            "content": "You don’t need a long vacation to recharge. Short weekend trips can help reduce stress and improve your mood. Exploring a new town, spending time in nature, or simply taking a break from your normal routine gives your mind time to reset.\r\n\r\nEven a two-day getaway can increase creativity and motivation when you return home. The key is to disconnect from work and enjoy the experience without overplanning everything.",
            "published_date": "2026-05-10 14:23:00",
            "is_published": "No",
            "is_current_owner": 1,
            "is_current_author": 1,
            "is_current_group": 0
        },
        {
            "id": 1,
            "deleted_at": null,
            "title": "5 Morning Habits That Improve Your Focus",
            "content": "Starting your day with small, consistent habits can make a huge difference in productivity. One of the best ways to improve focus is to avoid checking your phone immediately after waking up. Instead, spend the first 15 minutes planning your day.\r\n\r\nDrinking water, stretching, and writing down your top three priorities can also help you feel more organized and energized. These habits may seem simple, but over time they create a more focused and productive routine.",
            "published_date": "2026-04-28 15:34:00",
            "is_published": "Yes",
            "is_current_owner": 1,
            "is_current_author": 1,
            "is_current_group": 0
        }
    ],
    "first_page_url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/blog_articles?page=1",
    "from": 1,
    "last_page": 1,
    "last_page_url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/blog_articles?page=1",
    "links": [
        {
            "url": null,
            "label": "« Previous",
            "page": null,
            "active": false
        },
        {
            "url": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/blog_articles?page=1",
            "label": "1",
            "page": 1,
            "active": true
        },
        {
            "url": null,
            "label": "Next »",
            "page": null,
            "active": false
        }
    ],
    "next_page_url": null,
    "path": "http://corecrm.jacobdev.espprojects.local:8081/api/v1/blog_articles",
    "per_page": 100,
    "prev_page_url": null,
    "to": 3,
    "total": 3
}

Fields

Field Type
title Varchar
content Text Area
publish_date Date Time
is_published Checkbox