Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Community Alums
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
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