API release notes
ServiceNow® APIs enable you to build custom applications and experiences. APIs were enhanced and updated in the Australia release.
API highlights for the Australia release
- Use server-side JavaScript APIs in scripts to change the application functionality.
- Run client APIs whenever a client-based event occurs, such as when a form loads, a form is submitted, or a field value changes.
- Use inbound REST APIs to interact with various ServiceNow functionalities within your application.
- Client Next Experience APIs include client APIs compatible with the Next Experience UI.
See API implementation and reference for more information.
New in the Australia release
| Class | Methods |
|---|---|
| CopyDynamicSchemaAPI - Scoped, Global |
Methods:
Extension points:
|
| GlideAggregate - Scoped | setAggregateWorkflow() |
| GlideDate - Scoped |
|
| GlideTime - Scoped |
|
| GlideElementDescriptor - Scoped, Global | GlideElementDescriptor - isEncrypted() |
| Application | App Version | Release month | API | Endpoints |
|---|---|---|---|---|
| Product Catalog Management | v20.0 | 2026-07 | CatalogSearchAPI - Scoped, Global |
Though identically named, the Note:
The REST version of this API is Product Catalog Search API. |
| Lead to Cash Core | v0.1 | 2026-05 | ConsolidationService - Scoped, Global |
|
| Class | Methods |
|---|---|
| CopyDynamicSchemaAPI - Scoped, Global |
Methods:
Extension points:
|
| GlideAggregate - Global | setAggregateWorkflow() |
| GlideDate - Global |
|
| GlideElement - Global | getDynamicNamespace() |
| GlideElementDynamicAttributeStore - Global |
|
| MIDHermesProducer - Global |
|
| GlideElementDescriptor - Scoped, Global | GlideElementDescriptor - isEncrypted() |
| Application | App Version | Release month | API | Endpoints |
|---|---|---|---|---|
| Product Catalog Management | v20.0 | 2026-07 | CatalogSearchAPI - Scoped, Global |
Though identically named, the Note:
The REST version of this API is . |
| Lead to Cash Core | v0.1 | 2026-05 | ConsolidationService - Scoped, Global |
|
| API | Endpoints |
|---|---|
| Attachment API |
|
| Help Request API | POST /now/helprequest/action/create_or_update |
| ATF Code Coverage API |
|
| Sales CRM Pricing API |
|
| Application | App Version | Release month | API | Endpoints |
|---|---|---|---|---|
| AI Control Tower | v6.0.0 | 2026-07 | AI Assets Inventory API |
|
| Healthcare and Life Sciences Service Management Core | v1.0 | 2026-07 | HL7 Inbound API | POST /message |
| Product Catalog Management | v20.0 | 2026-07 | Product Catalog Search API | POST /api/sn_prd_pm/catalog/search Note: The script include version of this API is . |
| Usage Insight Data Export | 1.0.1 | 2026-07 | UXA Data Export Service API | POST /sn_uxa_data_export/data_export |
| Workplace Service Delivery | 3.3.1 | 2026-05 | WSD Presence API |
|
| Workplace Service Delivery | 3.3.1 | 2026-05 | WSD User API | GET /context |
| Workplace Service Delivery | 3.3.1 | 2026-05 | WSD Unified Search API |
|
| Synthetic monitoring | 1.5.1 | 2026-03 | SyntheticsAsyncBulkCreate API |
|
| API | Operations |
|---|---|
| Warranty Claims SOAP API | ProcessRepairOrder: A STAR SOAP operation used to process and exchange repair operation–level information between systems in a standardized STAR XML format. |
Changed in this release
The following tables lists changed API classes and methods in Australia and ServiceNow Store.
| Application | App Version | Release month | API | Methods |
|---|---|---|---|---|
| Lead to Cash Core | v1.8 | 2026-03 | LeadtoCashCore - Scoped | The following enhancements provide support for building and committing complete, ramp entity structures across header and headerless workflows:
|
| Lead to Cash Core | v1.9 | 2026-06 | LeadtoCashCore - Scoped | LeadtoCashCore - commitInstance(Object targetJSON, Object additionalParams)- Added an optional additionalParams.returnDeletedGr Boolean flag that, when set to true, causes the deleted GlideRecord to be passed to
_postProcess and _postHierarchyCommit after a DELETE operation. |
| Class | Methods |
|---|---|
| GlideForm (g_form) - Client | On fields set to strict read only, the following methods do nothing and log a warning in the browser's console if used:
For more information, see Configuring read-only security options. |
| GlideForm (Next Experience) - Client | On fields set to strict read only, the following methods do nothing and log a warning in the browser's console if used:
For more information, see Configuring read-only security options. |
| openFrameAPI - Client | setICContext() - New searchTargetList.quickStats object provides agent status information. |
| Application | App Version | Release month | API | Endpoints |
|---|---|---|---|---|
| Customer Service Management (CSM) | v1.2 | 2026-07 | openFrameAPI - Client |
setICContext():
subscribe(): Added openframe_awa_workitem_cancelled as a new event. |
| API | Endpoints |
|---|---|
| Party Management Open API | Previously, all GET endpoints didn't return results for Account records as expected due to a hardcoded flag. As a fix, users are now required to install the plugin Customer Service Base Entities (com.snc.cs_base), which adds the Active field to Customer [customer_account] and Core Company [core_company] tables. |
| Wrap Up API | Added support for AI-generated wrap‑up codes and notes. |
| Application | App Version | Release month | API | Endpoints |
|---|---|---|---|---|
| Automated Test Framework | v3.1 | 2026-07 | Cloud Runner Test Runner REST API |
The following endpoints are updated as follows:
All Cloud Runner Test REST APIs now standardize on HTTP error codes: 400 for validation errors and 500 for unexpected errors. |
| Telecommunications Service Management | v4.1.1 | 2026-07 | Party Management Open API | The POST /organization endpoint now supports a list of valid partyCharacteristic.name values. As a result, the partyCharacteristic.value attribute accepts the display value of
|
| Order Management for Telecommunications | v4.0 | 2026-07 | Service Order Open API | For all endpoints, the serviceOrderItem.orderRelationship parameter is renamed to serviceOrderItem.serviceOrderItemRelationship. This change affects both requests and responses. |
| Order Management for Telecommunications | v12.5.0 | 2026-06 | The characteristicObj parameter is introduced as a fix to validate the .value property against allowed choice-type values by default. If an invalid value is submitted, the API
adds a work note to the record. A new system property, |
|
| Workplace Reservation Management | v1.0 | 2026-05 | WSD Reservation API | In the POST /add endpoint, the reservable_module request parameter is no longer required as of this release, but is required for earlier releases. |
Deprecations
- GlideElementDynamicAttribute has been removed. Use other GlideElement instances corresponding to an attribute's type instead.
Activation information
- ATF Code Coverage API
- Attachment API
- GlideAggregate
- GlideDate
- GlideTime
- GlideElement
- GlideElementDescriptor
- GlideElementDynamicAttributeStore
- GlideForm
- GlideForm (Next Experience)
- CopyDynamicSchemaAPI API requires the Dynamic Schema Support (com.glide.dynamic_schema) plugin.
- Help Request API requires the Interactions Management (com.glide.interaction) plugin.
- MIDHermesProducer requires the MID Hermes API (com.glide.mid.hermes_api) plugin.
- Party Management Open API requires the Customer Service Base Entities (com.snc.cs_base) plugin.
- Wrap Up API requires the requires the Interactions Management (com.glide.interaction.awa) plugin.
- WSD Presence API requires the Workplace Service Delivery Core (com.sn_wsd_core) plugin.
- WSD Unified Search API requires the Workplace Service Delivery Core (com.sn_wsd_core) plugin.
- WSD User API requires the Workplace Service Delivery Concierge (com.sn_wsd_concierge), Workplace Service Delivery Core (com.sn_wsd_core), and Workplace Service Delivery Reservation (com.sn_wsd_rsv) plugins.