Skip to main content
POST
Archive several documents at once (reports skipped ids)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string<uuid>[]
required

Between 1 and 200 distinct ids; duplicates are a 400.

Required array length: 1 - 200 elements
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Default Response

count
integer
required
Required range: 0 <= x <= 9007199254740991
skipped
object[]
required