About 400 results
Open links in new tab
  1. REST API explorer authorization 'send as another user

    REST API Explorer authorization ‘send as another user’ sets instance session as another user Objective This article explains a current defect that affects session log in after running REST …

  2. REST API and Basic Authentication, requirements. - ServiceNow

    Basic Authentication is equivalent to have a local username and password to authenticate to when the REST call is executed. This user is stored locally in sys_user table.

  3. [Discovery API] How to utilize DiscoveryAPI scriptable API in REST …

    Out-of-the-Box we do have the scriptable API "DiscoveryAPI" but this is not available in REST API explorer as its just scriptable API. This KB helps you in getting the DiscoveryAPI in your REST …

  4. How to submit a catalog item using REST API - Support and

    Submitting a catalog item using the REST API can be used to narrow issues down to the API, or to rule out the UI Pages and Service Portals involved in the process of submitting an Item.

  5. REST API Explorer - ServiceNow Script has incorrect …

    Select a table in REST API Explorer. Copy the "ServiceNow Script" example. Run example script in Scripts - Background. Expected behavior: Results return. Actual behavior: …

  6. REST API と基本認証、要件 - Support and Troubleshooting

    インスタンス内のすべての REST コールサービスは基本認証を使用できます。 基本認証は、REST コールの実行時に認証するためのローカルユーザー名とパスワードを持っていること …

  7. How to create REST API Access Policies for specific tables

    By default, when creating a REST API Access Policy in ServiceNow, the policy may apply to all tables, which could unintentionally grant or restrict access to multiple tables beyond the …

  8. How to enforce strict REST API security - ServiceNow

    By default, ServiceNow REST APIs use basic authentication or OAuth to authorize user access to REST APIs/endpoints. You can also configure your instance to use multi-factor authentication …

  9. Exporting Bulk Data from Servicenow via REST Web Service …

    See the attached script, or below, for an example that uses the Linux/Unix program cURL and demonstrates how to bulk-download data from an instance using REST API with pagination.

  10. Import API is not giving a response - ServiceNow

    A user without admin roles, but with required roles for REST API Explorer (web_service_admin, rest_api_explorer) is not getting RESPONSE User is trying to POST a record to import set via …