Class ListDocumentsRequest.Builder
java.lang.Object
ai.vectros.resources.documents.requests.ListDocumentsRequest.Builder
- Enclosing class:
ListDocumentsRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()List only documents in this folder (the Vectros folder ID).from(ListDocumentsRequest other) Maximum number of documents to return per page (1-100; defaults to 20).Filter to documents carrying this scope value, innamespace:valueform — for examplegroup:eng-team,org:<id>, orclient:<id>.Pagination cursor — pass thenextCursorreturned by the previous page.Filter by owning user — the Vectros-assigned UUID of a user.
-
Method Details
-
from
-
userId
Filter by owning user — the Vectros-assigned UUID of a user. To resolve from your own identifier, call GET /v1/users?externalId=.
-
userId
-
scope
Filter to documents carrying this scope value, in
namespace:valueform — for examplegroup:eng-team,org:<id>, orclient:<id>. Resolve an entity's UUID from your own identifier viaGET /v1/entities/{namespace}?externalId=. -
scope
-
folderId
List only documents in this folder (the Vectros folder ID). Can be combined with the owner filters.
-
folderId
-
startFrom
Pagination cursor — pass the
nextCursorreturned by the previous page. -
startFrom
-
limit
Maximum number of documents to return per page (1-100; defaults to 20).
-
limit
-
build
-
additionalProperty
-
additionalProperties
-