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": 706,
"blog_activity_type": {
"blog_activity_type_id": 1,
"blog_activity_type_key": "VIEWS",
"blog_activity_type_display_name": "Views"
},
"guest_name": null,
"guest_email": null,
"comments_text": null,
"created_date": "2026-04-06T23:46:06.594527Z",
"user_id": null,
"session_id": 7470,
"blog_id": 8,
"blog_activity_type_id": 1
}
]
}