We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

servicenow developer

Navya Madala
Tera Contributor

Which one of the following is not a method of REST API?
GET
POST
PUT
COPY

6 REPLIES 6

Not applicable

 Hi @Navya Madala 

Supported HTTP request methods

  • GET
  • DELETE
  • HEAD
  • PATCH
  • POST
  • PUT

COPY is not a method 😉

REST (REpresentational State Transfer) is a simple stateless architecture that provides standards between computer systems on the web.

Check this documentation "REST API", will help you to understand Methods and their usage.

Ravi Chandra_K
Kilo Patron

Hello @Navya Madala 

COPY is not a method of Rest API.

https://developer.servicenow.com/dev.do#!/learn/learning-plans/xanadu/servicenow_application_develop...

 

Please mark the answer as helpful and correct if helped. 

Kind Regards,

Ravi Chandra