We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Postman Pricing Compared to Others: Is it Worth?

Hello, I would like to ask whether Postman's pricing plan is worth its functionality. With so many other API tools like Bruno, Hoppscotch, Apidog, Insomnia, and Swagger, I am unsure whether Postman is truly the best bang for the buck.Can anyone with ...

Outbound REST JWT without OAuth

Hello, I hope this is the right place to ask this. I am trying to send an outbound REST request to a third-party application. This application has a unique method to authenticate. It doesn't support OAuth as one would traditionally expect. Instead yo...

NoahW by Tera Contributor
  • 1403 Views
  • 2 replies
  • 0 helpfuls

Servicenow ebonding with out ITIL Role

In a bi-directional ServiceNow A to ServiceNow B ebonding project, both instances have an integration user created with web service access. Currently, this integration user is assigned the ITIL role to facilitate the creation and updating of incident...

BharathE by Tera Contributor
  • 685 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to get ServiceNow data into SQL

We are exploring methods to export all incident table records from ServiceNow to SQL for reporting.  We have over 150000 records within ServiceNow system. Please let me know what's the best way to do it without using any third party plugins. So that ...

attanhes by Tera Guru
  • 1147 Views
  • 2 replies
  • 1 helpfuls

Resolved! Fetch the labels for tasks

I need to fetch the details for each task from the Visual Task Boards.While I can find most of the details needed using this endpoint:`https://instance-name.service-now.com/api/now/table/vtb_card?sysparm_fields=sys_id,task,task.number,task.short_desc...

NicolaeP by Kilo Expert
  • 1134 Views
  • 3 replies
  • 0 helpfuls

Workday Integration

Hello All,  Anyone been through a Workday Integration, specifically with the OAuth and Webhooks. Any advice to the overall process is appreciated. Looks like we got the OAuth working but now running into issues with the Webhooks, getting a Statuscode...

Variable Information within INC

Trying to figure out how to get a variable out of the "Variables Information" section within an INC using the rest API calls. I tried adding variables.xxx to my query, but I can't seem to find the actual name of the variable I am looking for without ...

Attachment is not opening

Hi Team, I am trying to attach some API response as an excel file to some record in ServiceNow. The file is getting attached to the record, but when I am trying to open it, it is showing one error message as below:-  Please check the below mentioned ...

KrutikaKulkar1_0-1724064471407.png

OAuth for API

my instance is air gapped and i have other in-house products and i want to be able to use the api of servicenow, right now i am using the basic api (creating a user  and making basic auth request with it) but it creates a new session on every request...