Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
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
Tagged:
0