Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

API Insights forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Anyone has connect PowerBI to ServiceNow using Oauth 2.0 ?

We have to connect PowerBI to ServiceNow, note that we cannot use Basic Auth, and we are required to use Oauth 2.0 authority to connect.PowerBI would simply get data from ServiceNow. Has anyone manage to achieve this ?  Thank's a lot   

Community Alums by Community Alums  
  • 1291 Views
  • 6 replies
  • 3 helpfuls

ServiceNow Integration with Third Party using End point

The business requirement is to pull the payslip from SAP system, they have provided the postman collection file. I tried importing it and got the client ID, secret, end point and token URL . I tried to configure as below and when try to get auth toke...

Community Alums by Community Alums  
  • 554 Views
  • 2 replies
  • 0 helpfuls

Download encrypted attachment using API

Hello all  I am trying to download an encrypted attachment using this API https://myinstance.com/api/now/attachment/{sys_id}/file.Files without encryption works without any issues. I get the following response     "error": {        "message": "No Rec...

RagunathC by Tera Contributor
  • 462 Views
  • 2 replies
  • 0 helpfuls

Create Google Chat Space

We have a requirement from our business for when a specific type of incident is created SNOW would automatically open/create a Google Chat Space for the incident.  Within the community I did find this kba on how to setup the Google spoke (for hangout...

dschiffer by Tera Contributor
  • 1336 Views
  • 1 replies
  • 0 helpfuls

How to populate location based on Rest API/API Key

 I have a complex scenario with three different APIs, as shown below; I have to populate the location based on the authentication token of the REST API.API 1 for NOAM location (/api/laed/api1_event_noam)API 2 for APAC location (/api/laed/api2_event_a...

HTTP status code as 0

Hi All,While trying to post attachments from ServiceNow to jira via rest message Im getting the status code as 0 and response as null. Does anyone have idea on this?