List the data processed by the organisation
In order to be able to select for which data types a request must be made, the organisation must publicise which data it processes of its users. This endpoints returns a structured, machine-readable, human-friendly list that gives a complete overview of the data processing that the legal entity creating this API is responsible for.
GET
/data
curl \
-X GET http://api.example.com/data
Response examples (200)
[
{
"type": "LikeAction",
"description": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.",
"context": "http://schema.org/LikeAction",
"processingGround": "consent",
"isErasable": true,
"isRectifiable": true
}
]
Response examples (200)
[
{
"type": "LikeAction",
"description": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.",
"context": "http://schema.org/LikeAction",
"processingGround": "consent",
"isErasable": true,
"isRectifiable": true
}
]
Response examples (400)
{
"error": "LanguageNotSupported",
"message": "The language you are requesting is not supported by this organisation"
}
Response examples (400)
{
"error": "LanguageNotSupported",
"message": "The language you are requesting is not supported by this organisation"
}