Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Resolved! Is there a way to know who use a Scripted REST API ?

Hi, I've created a Scripted REST API beacause of a user need to get some records from a table. I whould like to know if there is a way to know when this user use the Scripted REST API resource (GET). I saw the sys_api_stats table, but I whould like t...

lucap_ by Mega Sage
  • 2872 Views
  • 8 replies
  • 2 helpfuls

Resolved! scripted rest api output creation

New to using the Scripted REST API. I basically want to do a GET to the sys_user_grmember table to list the records of user within a group. However, using REST Explorer API a simple GET to the table provides sys_ids for the User and Group instead of ...

sherard by Mega Expert
  • 2712 Views
  • 5 replies
  • 1 helpfuls

Resolved! Scripted rest API is not working on another developer instance

Hi,I developed scripted rest API on one instance, tested, and it worked. After Export to XML and upload to different developer instance I got an error:{   "error": {   "detail": "TypeError: undefined is not a function. (sys_ws_operation.81ccc7210feb2...

2016-12-08 14_25_38-Log _ ServiceNow.png find_real_file.png find_real_file.png
mareks_p by Giga Contributor
  • 3114 Views
  • 4 replies
  • 0 helpfuls

Resolved! Scripted REST API for inbound integration

Hi,I have a requirement like, when user update state, Comments, Priority etc.. in third party application, then it should be updated in servicenowI am using the scripted rest api PUT method to update the fields in servicenow.Could you please help,Scr...

find_real_file.png find_real_file.png

Resolved! difference between REST message and scripted RESTAPI?

Hi Friends,What is the difference between REST message and scripted REST API?When should we use REST message and when should we use scripted REST API?Please help me by giving suitable examples.Thanks and Regards,Chandra Suvro Bose

suvro by Mega Sage
  • 12675 Views
  • 5 replies
  • 25 helpfuls

Resolved! Cloning Prod to DEV

We have never cloned our PROD instance to DEV since we went live a year ago. I asked HI about this process and they sent me a link and told me to do it myself. Anything I need to be aware of for this 1st time cloning process? Pitfalls? Known issues? ...

markalpine by Kilo Expert
  • 6785 Views
  • 4 replies
  • 9 helpfuls

How to access a table values on a Catalog Client Script?

Hi All, I am modifying an OOB Record Producer 'Create Incident' in which end user can create an incident through Portal. In this, I'm trying to check if the current user is a VIP User or not. If the user is a VIP user, then the Urgency variable prese...