Tag: undocumented-apis
5 results
-
How to Set or Change ServiceNow Application's Repository URL, Credentials, or SSH Key
How to set or change your ServiceNow app's Git repository URL, credentials, or SSH key when the platform won't let you do it through the UI.
-
Handling 'text/plain' and Other Unsupported Content Types in ServiceNow Scripted REST APIs
ServiceNow's Scripted REST APIs choke on text/plain and some other content types. Here's the workaround for AWS SNS and similar integrations.
-
Understanding Attachments in ServiceNow
Everything you need to know about working with attachments in ServiceNow - querying, copying, creating, and deleting them via script.
-
GlideFilter is Broken - Free Tool: “BetterGlideFilter”
The scoped GlideFilter API in ServiceNow is broken in several well-documented ways. Here's a free drop-in replacement that actually works.
-
Understanding Dynamic Filters & Checking a Record Against a Filter Using GlideFilter
Using the undocumented GlideFilter API to programmatically check whether a record matches a given filter condition.