You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2023. It is now read-only.
Can anyone provide an example request for the Saved Search request? I have not been able to get it working. Based on the request structure provided in the readme, I am trying the following curl request to receive the results of the saved search of 321 (ie, the search is available at https://system.netsuite.com/app/common/search/searchresults.nl?searchid=321):
{
"params": {},
"result": {
"message": "The record type [UNDEFINED] is invalid.",
"trace": [
"restletwrapper(null$lib:4)"
]
},
"success": true
}
I built this request based on the readme and my successful curl requests for the Load end-point. For instance, this results in a successful request to load a vendor with ID 47434:
Can anyone provide an example request for the Saved Search request? I have not been able to get it working. Based on the request structure provided in the readme, I am trying the following curl request to receive the results of the saved search of
321
(ie, the search is available at https://system.netsuite.com/app/common/search/searchresults.nl?searchid=321):This results in the following error:
I built this request based on the readme and my successful curl requests for the Load end-point. For instance, this results in a successful request to load a vendor with ID
47434
:What should the proper JSON request look like for the saved search?
The text was updated successfully, but these errors were encountered: