Account

List 'Email' records related through the 'emails' link.

get/Account/{id}/emails

Query parameters

Disable calculation of the total number of records.

Response

Success.

totalnumber

The total number of records. If the total number is disabled, special values are returned: -1 – there are more records to paginate, -2 – there are no more records.

Example response

{
  "list": [
    {
      "dateSent": "2026-11-29 12:34:56",
      "deliveryDate": "2026-11-29 12:34:56",
      "sendAt": "2026-11-29 12:34:56",
      "createdAt": "2026-11-29 12:34:56",
      "modifiedAt": "2026-11-29 12:34:56",
      "icsEventDateStart": "2026-11-29 12:34:56"
    }
  ]
}

Changes