Cases
Works with Cases.
HTTP: GET
Gets the list of Cases.
Base URL
https://{{accountid}}.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=customscript_prac_api_cases&deploy=customdeploy_prac_api_cases_v1
Required Parameters
| Name | Value | Notes |
|---|---|---|
| script | customscript_prac_api_cases | |
| deploy | customdeploy_prac_api_cases_v1 |
Optional Parameters
| Name | Value | Options | Notes |
|---|---|---|---|
| custparam_id | {{integer}} | The internal id of a specific Case | |
| custparam_company | {{integer}} | The internal id of a Client (the internal ID of this field on Case records is indeed "company") | |
| custparam_companyid | {{string}} | The Name/ID of a Client (the internal ID of this field on Case records is indeed "company") | |
| custparam_subsidiary | {{integer}} | The internal id of a Subsidiary | |
| custparam_status | {{integer}} | Single, Array, Not | The internal id of a Status |
| custparam_assigned | {{integer}} | The internal id of the Employee to whom the case is assigned | |
| custparam_assigned | {{string}} | The Name/ID of the Employee to whom the case is assigned | |
| custparam_page | {{integer}} | Indicates the page to request from the server. If not specified, 1 is used. | |
| custparam_pagesize | {{integer}} | Indicates how many results to bring back from the server. If not specified, the default size defined on the server is used (typically 100). |
Response Information
Results are Paged