Introduction
Exalate for ServiceNow is an application server that interfaces with ServiceNow using REST API calls. This page contains an overview of all the REST APIs used by Exalate.
Note: This page has been created based on the request of the security departments of prospective Exalate users.
Overview
|
Call
|
Comment
|
---|---|---|
1
|
/oauth_token.do |
The oauth_token.do is used to refresh the OAuth token for authentication purposes
|
2
|
/api/now/v2/table/<tablename> /api/now/v2/table/<tablename>/$sysId /api/now/v2/table/<tablename>/$issueId
|
Accesses this table for:
|
3
|
/api/now/import/<stagingTableName> |
Accesses this import set for
|
4
|
/api/global/user_role_inheritance |
Checks if the Exalate console user has admin permissions on the ServiceNow environment. This is required to ensure that only administrators can manipulate synchronization scripts |
5
|
/api/now/v2/table/sys_journal_field |
Accesses the sys_journal table for:
|
6
|
/api/now/v1/attachment/file /api/now/v1/attachment/$sysId/file
|
Accesses the attachment table for
|
7
|
/api/now/v2/table/sys_attachment |
Access the sys_attachment table for
|
8
|
/api/now/v2/table/sys_user/$sysId /api/now/v2/table/sys_user
|
Access the sys_user table for
|