Liccium Developer Portal
Redaction & Deletion API

admin

Endpoint:https://b2c-api-main-737c477.zuplo.app

Technical routes for administrator keys


Redaction index (administrators)

GET
https://b2c-api-main-737c477.zuplo.app
/v1/redacted

Paged index of every declaration that was ever redacted or deleted, with its current flags. Entries are never removed: un-redaction flips redacted to false, deletion sets deleted: true. Pages hold 500 entries; while fewer than 1000 entries exist, all pages (pages) and the flat list (all) are returned too.

Redaction index (administrators) › query Parameters

  • pageinteger · min: 1
    Default: 1

Redaction index (administrators) › Responses

One page of the index

  • pageinteger
  • pageSizeinteger
  • totalPagesinteger
  • totalEntriesinteger
  • redactedEntriesinteger

    Entries currently redacted

  • deletedEntriesinteger
  • entriesobject[]
  • pagesobject[]

    All pages; present only while fewer than 1000 entries exist

  • allobject[]

    Flat list of every entry; present only while fewer than 1000 entries exist

Additional properties are allowed

Redaction and deletion statistics (administrators)

GET
https://b2c-api-main-737c477.zuplo.app
/v1/redaction/stats

Totals of the redaction index (indexed, currently redacted, un-redacted, deleted), counts per declarer, operations per day, the most recent audit events, batch jobs and deletion markers.

Redaction and deletion statistics (administrators) › query Parameters

  • daysinteger · min: 1 · max: 180
    Default: 30

Redaction and deletion statistics (administrators) › Responses

Statistics

  • daysinteger
  • totalsobject
  • byDeclarerobject[]
  • perDayobject[]
  • recentEventsobject[]
  • jobsobject[]
  • markersobject[]
Additional properties are allowed