Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Smart Communications
HU
Last activity: 14 Jul 2023 8:17 EDT
DX api data page query forbidden 403 response, Insufficient security
Hi everyone,
I'm trying to access a data page through the "Get single page data view" operation (GET /data_views/{data_view_ID}) but I'm getting the following response:
{
"errorClassification": "Insufficient security",
"localizedValue": "User is not allowed to access or update the resource.",
"errorDetails": [
{
"message": "Error_No_Data_View_Access",
"erroneousInputOutputFieldInPage": "",
"erroneousInputOutputIdentifier": "",
"errorClassification": "",
"localizedValue": "Lack of access to get data from dataview ",
"messageParameters": []
}
]
}
The data page is part of a component, it uses a data transform source, the data transform reads application settings values using the D_pxGetApplicationSettingValue data page.
Querying the D_pxGetApplicationSettingValue directly works fine.
What am I missing? Do I need some spetial permission to access my data page?
Thank you!