CAD · Question #72
Which of the following methods is NOT part of the ServiceNow REST API?
The correct answer is A. COPY. ServiceNow's REST API supports the standard HTTP methods: GET (retrieve), POST (create), PUT/PATCH (update), and DELETE (remove). COPY is not a supported HTTP method in ServiceNow's REST API. It is defined in the WebDAV extension (RFC 4918) for copying resources between URLs, but
Question
Which of the following methods is NOT part of the ServiceNow REST API?
Options
- ACOPY
- BPOST
- CGET
- DDELETE
How the community answered
(33 responses)- A88% (29)
- B3% (1)
- C3% (1)
- D6% (2)
Explanation
ServiceNow's REST API supports the standard HTTP methods: GET (retrieve), POST (create), PUT/PATCH (update), and DELETE (remove). COPY is not a supported HTTP method in ServiceNow's REST API. It is defined in the WebDAV extension (RFC 4918) for copying resources between URLs, but ServiceNow does not implement it as part of its Table API or any other REST endpoint.
Topics
Community Discussion
No community discussion yet for this question.