Skip to content

Example 1

This example demonstrates the response structure for retrieving a Blog Article using the Get endpoint.


Response Structure

{
    "message": "Successfully found Blog Article with ID 3.",
    "payload": {
        "data": {
            "id": 3,
            "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": 1,
            "created_at": "2026-05-07T09:02:06.000000Z",
            "updated_at": "2026-05-07T09:02:48.000000Z",
            "deleted_at": null,
            "author_id": 1,
            "group_id": null
        },
        "permissions": true
    }
}

Fields

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