GET /blog-activity/?format=api&ordering=-created_date&page=51
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 501,
"next": null,
"previous": "http://pastor-teachapp-backend-496259523959.us-central1.run.app/blog-activity/?format=api&ordering=-created_date&page=50",
"results": [
{
"blog_activity_id": 6,
"blog_activity_type": {
"blog_activity_type_id": 3,
"blog_activity_type_key": "COMMENTS",
"blog_activity_type_display_name": "Comments"
},
"guest_name": "ahsan",
"guest_email": "ahsan@example.com",
"comments_text": "Good Blog",
"created_date": "2025-11-18T09:54:06.737635Z",
"user_id": 19,
"session_id": null,
"blog_id": 6,
"blog_activity_type_id": 3
}
]
}