nerdexam
ServiceNow

CAD · Question #257

What is the Endpoint when configuring a REST Message?

The correct answer is A. The URI of the data to be accessed, queried, or modified. In a ServiceNow REST Message configuration, the Endpoint is the full URI (Uniform Resource Identifier) of the resource to be accessed, queried, or modified on the external system - essentially the URL path to the API resource. Option C confuses the Endpoint with the base web…

Submitted by klara.se· Apr 18, 2026Integrating with Other Applications

Question

What is the Endpoint when configuring a REST Message?

Options

  • AThe URI of the data to be accessed, queried, or modified
  • BThe provider response indicates there is no data to send back
  • CThe URI of the Webserver
  • DThe command to the REST script to stop execution

How the community answered

(28 responses)
  • A
    93% (26)
  • B
    4% (1)
  • D
    4% (1)

Explanation

In a ServiceNow REST Message configuration, the Endpoint is the full URI (Uniform Resource Identifier) of the resource to be accessed, queried, or modified on the external system - essentially the URL path to the API resource. Option C confuses the Endpoint with the base web server URI. Options B and D are not valid REST Message configuration concepts; REST responses and script termination are unrelated to the Endpoint field definition.

Topics

#REST Message#Endpoint#Integrations#URI

Community Discussion

No community discussion yet for this question.

Full CAD Practice