---
title: "ChangedSince"
url: "https://console.9fin.com/apis/abf-service/versions/a79a8be2-dd41-4541-904d-592dc9ccf46e/schemas/ChangedSince"
---

> Full API specification: https://console.9fin.com/apis/abf-service/versions/a79a8be2-dd41-4541-904d-592dc9ccf46e.md

# ChangedSince

How much changed since the watermark you supplied.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin ABF API
  version: 0.1.6
servers:
  - description: Production environment
    url: https://api.9fin.com
components:
  schemas:
    ChangedSince:
      description: How much changed since the watermark you supplied.
      properties:
        deals:
          description: Deals whose `updated_at` falls in the requested window.
          title: Deals
          type: integer
      required:
        - deals
      title: ChangedSince
      type: object
```
