---
title: "ChangedSince"
url: "https://console.9fin.com/apis/clo-api/versions/221fee01-d90e-4b49-9e39-50dbcbf0d81c/schemas/ChangedSince"
---

> Full API specification: https://console.9fin.com/apis/clo-api/versions/221fee01-d90e-4b49-9e39-50dbcbf0d81c.md

# ChangedSince

Rows changed since the caller's watermark.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin CLO API
  version: 0.11.0
servers:
  - description: Production environment
    url: https://api.9fin.com
components:
  schemas:
    ChangedSince:
      description: Rows changed since the caller's watermark.
      properties:
        clos:
          description: CLO deal rows with updated_at >= since.
          title: Clos
          type: integer
        tranches:
          description: Tranche rows with updated_at >= since.
          title: Tranches
          type: integer
      required:
        - clos
        - tranches
      title: ChangedSince
      type: object
```
