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'…
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)- A2% (1)
- B92% (54)
- C2% (1)
- D5% (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
Community Discussion
No community discussion yet for this question.