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
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)- B90% (19)
- C5% (1)
- D5% (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
Community Discussion
No community discussion yet for this question.