ServiceNow Certified Implementation Specialist – Customer and Industry Workflows — Question 1
When testing a REST API, you receive status code of 200 from the Cloud Service. What does this mean?
Answer options
- A. The call was successful
- B. A value of 200 is not a valid code
- C. The call resulted in a server error
- D. The call resulted in a client error
Correct answer: B
Explanation
The correct answer is B, as a status code of 200 actually indicates that the request was successful, which is a widely accepted standard in HTTP responses. Options A, C, and D inaccurately describe the meaning of a 200 status code, as they pertain to failure cases rather than successful responses.