# Abortions

# Endpoint

https://api.gestal.cloud/integration/events/abortions

# The abortion object

In addition to the common request and event attributes, the following attributes define the object.

Attribute Type Description
reason string The reason of the abortion.

# Example Response

{
  "data": [
     {
        "cloud_id": "eab_DDdU9JcoEd36T8Fc5QWCBgWzrVGrbSVL",
        "gestal_id": 611,
        "event_id": "13144",
        "event_at": "2019-12-08T00:00:00.000Z",
        "event_type": "abortion",
        "user": "Marc",
        "parity": 2,
        "batch": "",
        "reason": "2",
        "gestal_modif": 1620055329123,
        "created_at": "2020-01-14T21:02:47.922Z",
        "updated_at": "2020-01-14T21:02:47.926Z"
     }
  ],
  "meta": {
    "total": 1,
    "page_total": 1,
    "pages": 1,
    "per_page": 100,
    "current_page": 1,
    "next_page": false,
    "previous_page": false,
    "first_page": true,
    "last_page": true,
    "out_of_range": false
  }
}
Last Updated: 5/28/2025, 11:11:50 AM