DataPrivacy - GraphQL query (Synchronous)
POST {{server_url}}/HOPEXGraphQL/api/DataPrivacy
Make synchronous API call to HOPEX for the GDPR solution. You can make read or write access to the repository.
for instance : list all the data breach, list a given process activity by ID...
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hopex-environment-id | string | ||
x-hopex-repository-id | string | ||
x-hopex-profile-id | string |
RESPONSES
status: OK
{"data":{"dataCategory":[{"name":"Economic"},{"name":"Criminal convictions or offenses"},{"name":"Connection data"},{"name":"Religious or philosophical convictions"},{"name":"Contact"},{"name":"Cookies and System Logs"}]}}