How do I use Python Requests to retrieve a schema from Netsuite Metadata?
I am writing interfaces between Netsuite and our remaining core applications using REST APIs in Python with the Requests library.
How can I perform a Requests GET that retrieves the layout of a schema for my programming reference? I have not used Postman or similar but have kept purely to code thus far.
e.g. a GET https://XXXXXXXX-SB1.suitetalk.api.netsuite.com/services/rest/record/v1/metadata-catalog/customer’
yields only summary info about the customer schema and not the schema itself.