Class ListRecordsRequest
java.lang.Object
ai.vectros.resources.records.requests.ListRecordsRequest
-
Method Details
-
getType
- Returns:
- The record type to list, e.g.
intake_form. Required unlessfolderIdorrecent=trueis given.
-
getFolderId
- Returns:
- List all records in this folder, regardless of type. The value is a Vectros-assigned folder UUID. Required unless
typeorrecent=trueis given; may be combined withtypeto list a single type within the folder.
-
getUserId
- Returns:
- Filter to records owned by this user. The value is the Vectros-assigned UUID of a user; resolve one from your own ID via
GET /v1/users?externalId=.
-
getScope
- Returns:
- Filter to records carrying this scope value, in
namespace:valueform (a value is 1-128 chars: a letter or digit first, then letters, digits,_or-) — for examplegroup:eng-team,org:<id>, orclient:<id>. Resolve an entity's UUID from your own identifier viaGET /v1/entities/{namespace}?externalId=. Combine withtypeorfolderId.
-
getStartFrom
- Returns:
- Pagination cursor. Pass the
nextCursorreturned by the previous page to fetch the next page; omit it for the first page. The cursor is opaque — echo it back unchanged, and do not parse it or construct one. Keep every other query parameter identical while paging: a cursor is valid only for the exact query that returned it, and reusing one against a different query is rejected with a 400.
-
getLimit
- Returns:
- Maximum number of records to return per page. Allowed range 1–100; defaults to 20.
-
getIncludePayload
- Returns:
- Set to
trueto include each record's full payload in this response, rehydrating any externally stored payloads (hydration is capped per page). Defaults tofalse, which returns only the indexed projection; fetch a full payload viaGET /v1/records/{id}.
-
getRecent
- Returns:
- Set to
trueto return the account-wide recently-updated feed across all record types, newest first — a type-agnostic activity view. This mode is standalone: it ignorestype,folderId, and the owner filters. Per-record scope still applies — you see only the record types your token may read.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-