SendlogList

Propriétés

Nom Type Format Requis
items array <SendlogSummary> requis
total integer requis
limit integer requis

Exemple JSON

{
    "items": [
        {
            "id": 0,
            "createdAt": "2026-01-01T00:00:00+00:00",
            "recipient": "string",
            "subject": "string",
            "status": "string",
            "template": "string"
        }
    ],
    "total": 0,
    "limit": 0
}