Retrieves all custom field values for a specific resource
get /dcapi/customFields/computers/{ColumnID}
https://{serverurl}/dcapi/customFields/computers/{ColumnID}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Provide the resource ID obtained from this API
curl --request GET \
--url https://appdomains/dcapi/customFields/computers/{ColumnID} \
--header 'Accept: application/customFields.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Maximum size allowed for the field
Actual column name of the custom field
Indicates whether the field contains Personally Identifiable Information (true/false)
Default value assigned to the field
Extended/custom data type associated with the field
User who created or added the field
The data type of a custom field can be one of the following: 1.CHAR
2.INTEGER
3.BOOLEAN
4.FILE < br>A custom data type can also be specified as the field’s data type, which can be created using the API. /dcapi/customColumn/customDataType
Display name of the custom field
Current value of the field
Description of the field
Expected format for input values
[
{
"isPIIColumn": false,
"defaultValue": "1",
"addedBy": "1",
"displayName": "sample",
"dataType": "int",
"extendedDataType": "",
"description": "",
"maxAllowedSize": "4",
"inputFormat": "<INTEGER>",
"value": "3",
"columnName": "COL301"
}
]
![]()
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.