ServiceNow Certified Application Developer — Question 95
When configuring a REST Message, the Endpoint is:
Answer options
- A. The commands to the REST script to stop execution
- B. The URI of the data to be accessed, queried, or modified
- C. Information about the format of the returned data
- D. The response from the provider indicating there is no data to send back
Correct answer: B
Explanation
The correct answer is B because the Endpoint is specifically the URI that identifies the resource being accessed, which is essential for RESTful interactions. Options A, C, and D do not accurately describe the Endpoint, as they pertain to other aspects of REST communication or responses.