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 Event Management Topic Open API (AsyncAPI) ServiceNow Aggregate Statistics API (OpenAPI) ServiceNow Attachments API (OpenAPI) ServiceNow Cart API (OpenAPI) ServiceNow Catalog Items API (OpenAPI) ServiceNow Catalogs API (OpenAPI) ServiceNow Categories API (OpenAPI) ServiceNow Change Tasks API (OpenAPI) ServiceNow CMDB Instances API (OpenAPI) ServiceNow Contact API (OpenAPI) ServiceNow Emergency Changes API (OpenAPI) ServiceNow Import Sets API (OpenAPI) ServiceNow Normal Changes API (OpenAPI) ServiceNow Standard Changes API (OpenAPI) ServiceNow Table Records API (OpenAPI) ServiceNow Trouble Ticket API (OpenAPI)
Back to ServiceNow · All GraphQL Specs · GitHub