cancel
Showing results for 
Search instead for 
Did you mean: 
nektarios
Member
since ‎05-28-2021
‎05-28-2021

Your latest statistics

  • 0 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I am trying to get the list of subscriptions in prod using API, but the api is returning me subscriptions in test even though I entered my prod credentials correctly. I call the below: controller = ARBGetSubscriptionListController(request)controller....
Hi, I am calling:controller = ARBGetSubscriptionListController(request)controller.setenvironment(constants.PRODUCTION)controller.execute()But this is returning non production subscriptions even though I am using my prod credentials. Why is this?