Digital Experience API: data pages error
Good morning,
We have just designed a new data page that we want to expose to the digital experience API.
When requesting it from the REST api we get the 404 page not found error:
{
"pxObjClass":"Pega-API-Data"
,"errors":[
{
"ID":"Pega_API_017"
,"message":"Data page not found for the given parameter ID"
,"pxObjClass":"Pega-API-Error"
}
]
}
The data page is visible and running (with no errors) on dev studio.
The 'GET' request is correct (we are not inserting any queryParams).
Are we missing some particular setting in order to see the data page through the rest API?
Thanks in advance,
Nicolò