GET getConfigList

GET getConfigList

Method Description

This function allows retrieve all configs per record type

Returns

ConfigObject[]

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

ParameterTypeRequiredDescriptionSince
options.action
string
required

Static value that has to equal getConfigList

0.6.0
options.script
stringrequiredStatic value that has to equal customscript_b4cd_fileapi_rl0.6.0
options.deploy

string

required

Static value that has to equal customdeploy_b4cd_fileapi_rl

0.6.0

options.recordType

string
optional
The string representation of the record type being referred to.
0.6.0

Returns

PropertyTypeDescriptionSince
devReferenceCode

string

The unique developer reference code on the record config

0.6.0

recordTypeConfigId
integer
The internal ID of the record config Id. 0.6.0
connectionId
integer
The internal ID of the connection record0.6.0
recordType
string
The string representation of the record type listed for the record config type. 0.6.0

Errors

Error CodeDetails
SSS_MISSING_REQD_ARGUMENT

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"
}

Was this article helpful?