Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
API query with customrecord_api_rest doesnt work!
Hi,
I'm trying to access custom records as documented on https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1545141500.html#subsect_158022633950
with a GET request but it doesn't work. I get this result:-
Array
(
[type] => https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5
[title] => Not Found
[status] => 404
[o:errorDetails] => Array
(
[0] => Array
(
[detail] => Record type 'customrecord_api_rest' does not exist.
[o:errorUrl] => /services/rest/record/v1/customrecord_api_rest
[o:errorCode] => NONEXISTENT_ID
)
)
)
Neil
0