Start a conversation

REST - CustomField

Overview

This article provides details about the REST - CustomField API call that Kayako Classic uses, including its field types, arguments, and responses. 

 

 Environment

  • API supported in version > v 4.40.882.

 

Information

Custom field types

The type of custom field (e.g., text area, select box) is denoted by a unique identifier.

Field type Identifier
Text 1
Text area 2
Password 3
Checkbox 4
Radio 5
Select 6
Multi select 7
Custom 8
Link select fields 9
Date 10
File 11

 

GET /Base/CustomField

This instruction retrieves a list of custom fields.


Arguments

Red = required


Response

<customfields>
<customfield customfieldid="1" customfieldgroupid="1"title="Customer ID" fieldtype="1" fieldname="cn4ezfbjzyoj"defaultvalue="" isrequired="0" usereditable="0" staffeditable="1"regexpvalidate="" displayorder="1" encryptindb="0"description=""></customfield>
<customfield customfieldid="2" customfieldgroupid="1"title="Product" fieldtype="6" fieldname="llcut44uri9d" defaultvalue=""isrequired="0" usereditable="0" staffeditable="1" regexpvalidate=""displayorder="2" encryptindb="0" description=""></customfield>
</customfields>

 

GET /Base/CustomField/ListOptions/$customfieldid$

Retrieve the list of custom field options.


Arguments (POST variables)

Red = required, Blue = Either of the value

Name Description
$customfieldid$ The custom field ID to retrieve the options for.


Response

<customfieldoptions>
<option customfieldoptionid="1" customfieldid="2"optionvalue="Resolve" displayorder="2" isselected="0"parentcustomfieldoptionid="0"></option>
<option customfieldoptionid="2" customfieldid="2"optionvalue="Engage" displayorder="3" isselected="0"parentcustomfieldoptionid="0"></option>
</customfieldoptions>

 

 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments