CustomFields.Get

Description

Retrieves custom fields of given subscriber list.

Request Parameters

APIKey = {string} (required)
The API key you are using to authenticate the access.
Command = {CustomFields.Get} (required)
API Command
ResponseFormat = {JSON | XML} (required)
Response format
JSONPCallBack = {bool}
Send this parameter for cross-domain. More info about JSONP can be found here: http: //en.wikipedia.org/wiki/JSON#JSONP
OrderField = {field name of custom field} (required)
Order field
OrderType = {ASC | DESC} (required)
Order type
SubscriberListID = {integer} (required)
Subscriber list id

Response Parameters

Success = {true | false}
States if there is an error or not
ErrorCode = {integer}
If there is an error, error's code
TotalCustomFields = {integer}
Total number of custom fields of subscriber list
CustomFields = {mixed}
Returned custom fields

Error Codes

1
Subscriber list id is missing
99998
Authentication failure or session expired
99999
Not enough privileges
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

CustomField.Create

Description Creates a new custom field for given subscriber list. Request Parameters APIKey =...

CustomField.Update

Description Updates custom field information. Request Parameters APIKey = {string}...

CustomFields.Copy

Description Copies custom fields of a subscriber list to another subscriber list. Request...

CustomFields.Delete

Description Deletes given custom fields. Request Parameters APIKey = {string} (required) The...