GET /email-logs-wo-submission/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "when": "2025-09-23T13:36:24.733396+02:00",
            "sent_at": null,
            "email_type": 129,
            "created_at": "2025-09-23T13:36:24.735874+02:00",
            "content_type": 270,
            "object_id": 1
        },
        {
            "id": 2,
            "when": "2025-09-23T13:36:44.968841+02:00",
            "sent_at": null,
            "email_type": 130,
            "created_at": "2025-09-23T13:36:44.971423+02:00",
            "content_type": 270,
            "object_id": 1
        },
        {
            "id": 3,
            "when": "2025-09-23T14:35:47.076331+02:00",
            "sent_at": null,
            "email_type": 129,
            "created_at": "2025-09-23T14:35:47.079665+02:00",
            "content_type": 270,
            "object_id": 1
        },
        {
            "id": 4,
            "when": "2025-09-23T14:36:27.552621+02:00",
            "sent_at": null,
            "email_type": 130,
            "created_at": "2025-09-23T14:36:27.555563+02:00",
            "content_type": 270,
            "object_id": 1
        },
        {
            "id": 5,
            "when": "2025-09-23T15:11:27.112188+02:00",
            "sent_at": null,
            "email_type": 130,
            "created_at": "2025-09-23T15:11:27.115398+02:00",
            "content_type": 270,
            "object_id": 1
        },
        {
            "id": 6,
            "when": "2025-09-23T15:12:08.236152+02:00",
            "sent_at": null,
            "email_type": 129,
            "created_at": "2025-09-23T15:12:08.239815+02:00",
            "content_type": 270,
            "object_id": 1
        }
    ]
}