nerdexam
ServiceNow

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

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

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)
  • A
    88% (29)
  • B
    3% (1)
  • C
    3% (1)
  • D
    6% (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

#REST API#HTTP methods#API integration#ServiceNow APIs

Community Discussion

No community discussion yet for this question.

Full CAD Practice