Discussions
New to NetSuite | REST: GET Operation
GET is one of the HTTP methods used to retrieve data from a server. In NetSuite, this method is used to retrieve field values of various record types available in the REST API Browser. Sending a GET request to NetSuite will return all exposed fields’ values in JSON format.
Note: It is best to open the REST API Browser via SuiteAnswers to ensure you always access the latest version. For a detailed explanation of the REST API Browser, you may visit the article:New to NetSuite | Navigating through REST API Browser
GET operations do not have a body; they only require the ID of the record to be retrieved.
Refer a Member to the Community | Earn the Answer Accepter Badge | Vote for the contents you'd like to see