GET getConfigList
GET getConfigList
Method Description | This function allows retrieve all configs per record type |
Returns | |
Usage | For notes on how to authenticate see NetSuite documentation. General usage notes see: File Sync REST API |
Since | FileSync 0.6.0 |
Request Parameters
Returns
Property | Type | Description | Since |
---|---|---|---|
| string | The unique developer reference code on the record config | 0.6.0 |
| integer | The internal ID of the record config Id. | 0.6.0 |
| integer | The internal ID of the connection record | 0.6.0 |
| string | The string representation of the record type listed for the record config type. | 0.6.0 |
Errors
Error Code | Details |
---|---|
| A required argument is missing or undefined. |
Request Query Parameter Example
{ script: "customscript_b4cd_fileapi_rl", deploy: "customdeploy_b4cd_fileapi_rl", action: "getConfigList", recordType: "vendorbill" }