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

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.