Homepage dashboards with 'Interactive Filters' could fail loading if glide.rest.apis.disabled property is setIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } td.c4 {vertical-align: middle; text-align: left;} td.c3 {width: 50; vertical-align: middle; text-align: center;} img.c2 {align: baseline;} hr.c1 {border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc;} <span id="CmCaReT"></span> --> Homepage dashboards with "Interactive Filters" could fail when loading if glide.rest.apis.disabled property is set Problem ServiceNow is very flexible and allows you to control the REST API access with a sys_properties record named glide.rest.apis.disabled. It also allows you to disable ServiceNow-defined REST APIs by names. For example, if you set glide.rest.apis.disabled to "Table API,Scorecards API,Import Set API,Identification and Reconciliation API,Attachment API,Aggregate API," those REST API become unavailable. Symptoms The following symptoms occur: Dashboard 'Interactive Filters' fails to load the pages Table API, Aggregate API, Import Set API, or Attachment API are not on the available list on the REST API ExplorerMany drop-down menus show a 'Loading failed' messageJavascript debug on the browser shows "400 (Bad request)" on some calls REST API commands result on a message: Requested URI does not represent any resource: /now/v2/<api>/<table> Cause Several modules use REST API to retrieve information from the instance. When the REST API become unavailable, features that depend on those REST APIs start failing. Resolution Navigate to the sys_properties form.Set the value of glide.rest.apis.disabled to (empty). Note: Setting glide.rest.apis.disabled could cause some features that depends on REST API to start failing.