ServiceNow Certified Application Developer — Question 91

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

Answer options

Correct answer: A

Explanation

The COPY method is not a standard operation in the ServiceNow REST API, which primarily supports GET, DELETE, and POST methods for interacting with resources. GET retrieves data, DELETE removes resources, and POST creates new entries, making A the only incorrect option.