# Pregnancy Checks

# Endpoint

https://api.gestal.cloud/integration/events/preg-checks

# The preg check object

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

Attribute Type Description
result string The result of the diagnostic test, can be
negative, uncertain or positive.

# Example Response

{
  "data": [
    {
      "cloud_id": "epc_nShYECa8Vs2Gi4wfhh6Bj8DOul5XHhhT",
      "gestal_id": 48257620,
      "event_id": "10293847",
      "event_at": "2019-05-23T10:37:15.879Z",
      "event_type": "preg_check",
      "user": "Carlos",
      "parity": 0,
      "batch": "",
      "result": "negative",
      "gestal_modif": 1620055329123,
      "created_at": "2019-05-23T14:04:13.642Z",
      "updated_at": "2019-05-23T14:04:13.642Z"
    }
  ],
  "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