Connect Pega data page to tableau via api

Hello,

I want to connect the data housed in pega SOR with tableau. I am not sure how to use the API, I keep getting an error whenever I pass in my data page, D_SampleData. I have tried using V1 Pega API GET /data/{id}. I keep getting 401 error.

Hi @AhsanK80,

  • This API will serve your purpose. The api which you have used is using Basic authentication, please configure authentication properly it will work.
  • For testing this API you can open the API rule in the OpenAPI tab select swagger, authorize by giving your user name and password and try it.

Please refer below screenshots for your reference..

@VinayKumarL16594575

Hi, yes this does return the data. I also had to add api into the service packages in the integrations tab within the application definition