Skip to main content
PropertyValue
Dataset codeD20
Section codeS3 — Collections Cases
Endpoint path/exports/S3/D20
Cursor fieldupdated_at
Page size11000 (default 500)
AvailabilityAvailable (v1.2)
PaginationDirect (constant page size)
Each row is one saved deal view (a filter/search preset) configured by an agent or admin. Command uses these to recall per-user filters.

Fields

FieldTypeDescriptionNotes
public_idstringStable per-row identifier (string-cast Mongo _id).Use as the warehouse primary key
namestringView name.
descriptionstring | nullOptional description.
is_sharedbooleantrue if shared across the org.
created_atstringRecord creation timestamp (ISO-8601).
updated_atstringLast-modified timestamp (ISO-8601).Cursor field

Sample row

{
  "public_id": "664b1f5a6b7c8d90a1234400",
  "name": "High-DPD Riyadh",
  "description": "Cases over 60 DPD in the Riyadh region",
  "is_shared": true,
  "created_at": "2026-03-10T09:00:00.000Z",
  "updated_at": "2026-05-15T12:30:00.000Z"
}

Pagination characteristics

This dataset is direct — filtered to your tenant by lender_id on the collection itself, so each page returns a constant number of rows until the last page.
D20 is empty in all in-scope tenants at v1.2 ship time. The endpoint works and returns the correct shape — there are simply no rows. The field list is a best-effort draft and may be aligned to confirmed model shapes in a later version if usage picks up.

Use cases

  • Backup / migration of saved-search presets.
  • Tenancy and configuration audit.

Need Help?

Our support team is available Monday-Friday, 9 AM - 6 PM GST. Reach out at support@cleargrid.co or visit our help center.