ServiceNow CAD Exam practice tests

1/60

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

Notes


https://developer.servicenow.com/dev.do#!/reference/api/xanadu/rest/c_TableAPI

ServiceNow REST API provides several methods to interact with its functionality. Here are some of the key methods:

  • GET: Retrieves a resource or a list of resources from ServiceNow.
  • POST: Creates a new resource in ServiceNow.
  • PUT: Updates an existing resource in ServiceNow.
  • DELETE: Deletes a resource from ServiceNow.
  • PATCH: Partially updates an existing resource in ServiceNow.