servicenow developer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2025 09:27 PM
Which one of the following is not a method of REST API?
GET
POST
PUT
COPY
6 REPLIES 6

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 01:34 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 09:29 PM
Hello @Navya Madala
COPY is not a method of Rest API.
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra