Questions tagged [servicenow-rest-api]

202 questions
-1
votes
2 answers

Assigned to field in Case Table- Servicenow

In Case Form,Based on the group selected in Assignment group field ,the assigned to field is listing some users which belongs to it in CRM UI. Now I want to retrieve the same users using normal REST API. Please suggest REST API to list the users…
Priya
  • 29
  • 2
  • 8
-1
votes
1 answer

i want to download all the reports from service now from api without mentioning the report_id?

https://instance.service-now.com/sys_report_template.do?CSV&jvar_report_id=xxxxx This URL will only download report for which id is mentioned without mentioning the report_id how can i get all the reports?
Sanket Khed
  • 19
  • 2
  • 5
-1
votes
3 answers

Sending a variable as data parameter in requests.post() in Python

I'm trying to pass a variable to the data field in requests.post() and I continue to get the error, Error Response: {'error': {'message': 'Exception while reading request', 'detail': 'Cannod decode: java.io.StringReader@1659711'}, 'status':…
-3
votes
1 answer

How to get primary on call from service now api?

I am trying to get the primary and secondary on call for my assignment group through the service now api. I can't find anywhere how to find the current primary on call and secondary on call. I've found another answer that "Schedule is in table…
-3
votes
1 answer

Integrating Microsoft Bot v4 with ServiceNow

I have office 365 account. Hence I get re-directed to ServiceNow portal without asking for user credentials. Likewise, my Bot (v4) is hosted in MS Teams. What are the ways to initiate REST calls from Bot to ServiceNow without asking my credentials?…
-4
votes
1 answer

How to find length of array of sets in Javascript?

My Json response from servicenow is as follows: *** Script: [ { "errno":"0", "num_keys":"0", "ipmdns_hsm_enabled":"0", "ipmdns_protocol":"https", "ipmdns_type":"named", "dns_force_hybrid":"0", …
impika
  • 107
  • 3
  • 11
1 2 3
13
14