This API allows clients to fetch detailed custom data associated with a given resource ID
get /dcapi/customColumn/{ColumnID}/customFields
https://{serverurl}/dcapi/customColumn/{ColumnID}/customFields
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Provide the resource ID obtained from this API
curl --request GET \
--url https://appdomains/dcapi/customColumn/{ColumnID}/customFields \
--header 'Accept: application/customFields.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Name of the owner of the asset/computer
Indicates if warranty scanning is permitted (true/false)
Specifies whether the shipping date has been fetched (true/false)
Expiry date of the warranty
Shipping date of the asset
Tag used for quick search or identification
It can have two values:
0 —shippingDate updated by the system
1 — shippingDate updated by the user
Additional remarks or notes related to the asset
Email address of the owner
Product number or unique identifier of the item
Location of the asset
It can have two values:
0 —shippingDate updated by the system
1 — shippingDate updated by the user
{
"owner": "--",
"expiryDate": "08/08/2029",
"shippingDateUpdateType": 0,
"expiryDateUpdateType": 0,
"notes": "--",
"shippingDate": "",
"isWarrantyScanAllowed": true,
"isShippingDateFetched": false,
"location": "--",
"productNumber": "--",
"searchTag": "--",
"ownerEmail": "--"
}
![]()
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.