Salesforce Interview Question

4) What is a RESTful API?

Interview Answer

Anonymous

Jan 18, 2018

Is a standard used in web APIs which returns back the result in a certain format (such as XML, JSON, etc). Represents Representational State Transfer. The web client needs to perform a GET request to get info of a resource; POST, PUT, etc...