TeamGriddeveloper
TeamGrid Developer

changes SDK client

1 typed @teamgrid/api-client methods for Changes, plus 3 convenience helpers.

Client propertyclient.changes
Mapped operations1
API groupsChanges

Operation methods

Parameter declarations below are taken from the pinned TypeScript source. Request fields and responses are summarized from the matching OpenAPI operation; follow the API link for every field, constraint, example, and error description.

GET/changes
Full API operation →

changes.list

Returns metadata-only, cell-local changes at a fixed page watermark. The opaque cursor is bound to the credential, workspace, cell, epoch, and exact filter set. A 410 response requires a new checkpoint and full resource snapshot.

client.changes.list(options?: ChangeListOptions)
Return form
Promise
Operation ID
listChanges
Required scopes
changes:read
SDK parameters
options: ChangeListOptions
Query request fields
cursor?: stringlimit?: integeroperations?: Array<string>resourceTypes?: Array<string>startAtLatest?: boolean
Success
200 Array<ChangeEvent> envelope
Declared API errors
400401403410429502503

Convenience helpers

These typed helpers compose mapped operations. They do not grant scopes or bypass API limits.

changes.checkpoint

Capture an opaque, credential- and filter-bound change-feed checkpoint.

client.changes.checkpoint(options?: ChangeFilterOptions)
Returns Promise

changes.pages

Iterate cursor pages with a bounded PaginationOptions policy.

client.changes.pages(options?: ChangeCatchUpOptions, pagination?: PaginationOptions)
Returns AsyncGenerator

changes.snapshotThenCatchUp

Take a checkpoint, run a caller-owned snapshot, and expose bounded catch-up pages.

client.changes.snapshotThenCatchUp(snapshot: (checkpoint: ChangeCheckpoint) => Promise<T>, options?: ChangeFilterOptions, pagination?: PaginationOptions)
Returns Promise

Errors and transport metadata

HTTP failures reject with TeamGridApiError, including the status, stable error documents, request ID, optional retry delay, and transport metadata. Local validation, routing, timeout, response-size, and pagination failures reject withTeamGridClientError and a stable client error code. Successful envelopes expose non-enumerable transport metadata.

See pagination and errors andclient configuration for handling guidance.

Stable documentation · Developer Platform · Reviewed 2026-08-10Edit this page ↗
Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.