Application Packaging Standard

Last updated 18-Mar-2019

PlatformGDPRManagement

Platform GDPR management

In this document:

Schema

The considered APS type (download) looks as follows:

{
  "name": "PlatformGDPRManagement",
  "id": "http://www.odin.com/platform-gdpr-support/1.1",
  "apsVersion": "2.0",
  "implements": [
    "http://www.odin.com/gdpr-support/1.1"
  ],
  "operations": {
    "clearLTables": {
      "path": "ltables",
      "verb": "POST",
      "errorResponse": {
        "type": "object"
      },
      "access": {
        "referrer": true
      }
    }
  }
}

Custom Operations

OPERATION VERB PATH RETURNS Description
clearLTables POST ltables   Clear platform ltables entries according to retention settings

clearLTables

HTTP Request

POST /aps/2/resources/{aps-id}/ltables

Description

Clear platform ltables entries according to retention settings

Returns

Examples

Since the considered APS type contains custom operations, refer to Custom Operations for the general explanation of their structure and examples of operation calls.