- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 10:19 PM - edited 02-26-2024 10:30 PM
Hello,
I want to get data form Product instance to Power BI using REST API.
I created URI at Development instance and change host from Product instance to Development instance.
But I can't get data from Product instance to Power BI.
In Development instance I can get data, So I don't understand why can't get data from Product instance to Power BI.
Are there any special restrictions in Product instance?
Thank you for your assistance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 06:27 PM
Hi @Seiya123 ,
API you created for dev looks good.
You will need to create a API for Prod instance as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 11:17 PM
Hi @Seiya123 ,
Can you share the URL/API you created for both Dev and Prod please.
And how did you create the API?URL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 05:17 PM
Hi @Community Alums,
Thank you for your reply!
the URL I created is as follows.
For security reasons,I'm hiding some of it.
Create URL:https://{Development URL}/api/now/table/{table name}?sysparm_limit=1
I created the URL from REST API Explorer.
Is it not enough to simply replace {Development URL} with a Product URL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 06:27 PM
Hi @Seiya123 ,
API you created for dev looks good.
You will need to create a API for Prod instance as well.