Discussions
Unable to access CustomRecordType through REST API
I am trying to access CustomRecordType through REST API and keep getting a "Record type 'customRecordType' does not exist" message.
API Call:
I've also tried to use SuiteQL doing this with similar results:
URL: https://$accountID.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql
"q": "SELECT * FROM customrecordType"
{"detail":"Invalid search query. Detailed| unprocessed description follows. Search error occurred: Record 'customrecordType' was not found.","o:errorQueryParam":"q","o:errorCode":"INVALID_PARAMETER"}
How do I get records in the customRecordType table?
Thanks.