This API allows clients to fetch the list of existing custom data types. This helps in managing and reusing data types when creating or updating custom fields.
get /dcapi/customColumn/customColumnPage
https://{server-hostname}:8383/dcapi/customColumn/customColumnPage
CustomField.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/customColumn/customColumnPage \
--header 'Accept: application/customColumnDetails.v1+json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'An array containing the list of available custom data types
A boolean value indicating whether any custom data types exist (true if present, false if not)
{
"customDataTypeList": [
"CHAR"
],
"containsCustomDataType": "false"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.