nerdexam
ServiceNow

CAD · Question #7

When configuring a REST Message, the Endpoint is:

The correct answer is B. The URI of the data to be accessed, queried, or modified. In a REST Message configuration, the Endpoint is the URI (Uniform Resource Identifier) - the URL that points to the external resource you want to access, query, or modify. It tells ServiceNow where to send the HTTP request. Option A is incorrect; there is no 'stop execution'…

Submitted by brentm· Apr 18, 2026Integrating with Other Applications

Question

When configuring a REST Message, the Endpoint is:

Options

  • AThe commands to the REST script to stop execution
  • BThe URI of the data to be accessed, queried, or modified
  • CInformation about the format of the returned data
  • DThe response from the provider indicating there is no data to send back

How the community answered

(59 responses)
  • A
    2% (1)
  • B
    92% (54)
  • C
    2% (1)
  • D
    5% (3)

Explanation

In a REST Message configuration, the Endpoint is the URI (Uniform Resource Identifier) - the URL that points to the external resource you want to access, query, or modify. It tells ServiceNow where to send the HTTP request. Option A is incorrect; there is no 'stop execution' command concept in REST. Option C describes content-type or response format headers, not the endpoint. Option D describes an HTTP response code (such as 204 No Content), not the endpoint field.

Topics

#REST Message#Endpoint#Integration#URI

Community Discussion

No community discussion yet for this question.

Full CAD Practice