nerdexam
ServiceNow

CAD · Question #166

Which of the following methods is NOT part of the ServiceNow REST API?

The correct answer is B. COPY. The ServiceNow REST API supports standard HTTP methods that correspond to create, read, update, and delete (CRUD) operations: POST: Used to create a new resource. GET: Used to retrieve a resource or list of resources. PUT: Used to update an existing resource. DELETE: Used to dele

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

Question

Which of the following methods is NOT part of the ServiceNow REST API?

Options

  • APOST
  • BCOPY
  • CDELETE
  • DGET

How the community answered

(21 responses)
  • B
    90% (19)
  • C
    5% (1)
  • D
    5% (1)

Explanation

The ServiceNow REST API supports standard HTTP methods that correspond to create, read, update, and delete (CRUD) operations: POST: Used to create a new resource. GET: Used to retrieve a resource or list of resources. PUT: Used to update an existing resource. DELETE: Used to delete a resource. The COPY method is not a standard method supported by the ServiceNow REST API. The primary methods utilized are POST, GET, PUT, and DELETE.

Topics

#REST API#HTTP Methods#ServiceNow Integration#API Verbs

Community Discussion

No community discussion yet for this question.

Full CAD Practice