We defined a data policy:
https://jam.dev/c/74a8f9ea-86c7-4801-8186-3a8a61cfe3d9
Then called the rest end points
/rest/api/3/data-policy
and
/rest/api/3/data-policy/project
and get
{
"policies": {
"anyContentBlocked": true },
"projects": {
"projectDataPolicies": []
}
}
`
Nothing comes from the second endpoint.
What could be the reason for this?