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…
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)- A93% (26)
- B4% (1)
- D4% (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
Community Discussion
No community discussion yet for this question.