documentv2

documentItemsSyncPull

Internal documentv2/documentItemsSyncPull operation. Authentication requirements are derived from the active route allowlist.

post/documentv2/documentItemsSyncPull

Request body

cursorstring
last_synced_datestring
per_pageinteger

Example request

{
  "cursor": "eyJpZCI6MjA4OSwidXNlcl9pZCI6NTc4LCJzeW5jX3VwZGF0ZWRfYXQiOiIyMDI2LTA2LTE1VDA3OjIyOjI3LjAwMFoiLCJzeW5jX3VudGlsIjoiMjAyNi0wNy0wMVQwOTozNzozMi4xNjFaIiwic3luY19mcm9tIjoiMjAyNi0wNi0xNVQwOToyNzo0NS4wNjdaIiwib3JkZXJfbW9kZSI6InN5bmMifQ==",
  "last_synced_date": "2026-06-15T09:27:45.067Z",
  "per_page": 2
}

Response

Standard successful response envelope.

status'success' required
statusCodeinteger required
messagestring required
dataobject required
{"stackTrail":"components:schemas:SuccessEnvelope:properties:error","oasType":"schema","type":"unknown","example":null,"nullable":true}

Example response

{
  "statusCode": 200,
  "message": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.