ServiceNow · GraphQL Specification

ServiceNow GraphQL API

The ServiceNow GraphQL API framework allows developers to create custom GraphQL API schemas on the Now Platform for querying record data from components or external systems. It supports defining resolvers with server-side scripts and enables flexible, client-driven queries as an alternative to REST-based integration.

Documentation Endpoint View on GitHub AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsGraphQL

Overview

ServiceNow GraphQL API is a GraphQL API specification published by ServiceNow on the APIs.io network.

The ServiceNow GraphQL API framework allows developers to create custom GraphQL API schemas on the Now Platform for querying record data from components or external systems. It supports defining resolvers with server-side scripts and enables flexible, client-driven queries as an alternative to REST-based integration.

The GraphQL endpoint is available at https://{instance}.service-now.com/api/now/graphql. documentation is published at https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/graphql/concept/scripted-graph-ql.html.

The specification includes 2 reference links.

Tagged areas include Automation, Cloud Services, Digital Workflows, Enterprise Platform, and IT Service Management.

Endpoint

https://{instance}.service-now.com/api/now/graphql

References

Related API Specs

ServiceNow Table API (OpenAPI) ServiceNow Aggregate API (OpenAPI) ServiceNow Attachment API (OpenAPI) ServiceNow Import Set API (OpenAPI) ServiceNow Change Management API (OpenAPI) ServiceNow Service Catalog API (OpenAPI) ServiceNow CMDB Instance API (OpenAPI) ServiceNow Contact API (OpenAPI) ServiceNow Trouble Ticket Open API (OpenAPI) ServiceNow Event Management Topic Open API (AsyncAPI)
Back to ServiceNow · All GraphQL Specs · GitHub