# Fetch a list of custom fields values Retrieves all custom field values for a specific resource ## Endpoints [GET /dcapi/customFields/computers/{ColumnID}](https://www.manageengine.com/products/desktop-central/help/api/cloud/custom-field-get-computer-custom-fields.html) ## Request URL `https://[{serverurl}](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/dcapi/customFields/computers/{ColumnID}` ### Scope `DesktopCentralCloud.CustomField.READ` ### Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Request Headers - **Accept** `string` — Mandatory - `application/customFields.v1+json` ### Path Parameters - **ColumnID** `string` — Mandatory - Provide the resource ID obtained from [this API](https://www.manageengine.com/products/desktop-central/help/api/cloud/computers-getcomputersinfo.html) ## Sample Request ```curl curl --request GET \ --url https://appdomains/dcapi/customFields/computers/{ColumnID} \ --header 'Accept: application/customFields.v1+json' \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP code 200 Response Body — `application/json` - `JSON Array` - `JSON Object` ## Possible Response Codes - **200** — HTTP code ## Sample Response: HTTP 200 ```json [ { "isPIIColumn": false, "defaultValue": "1", "addedBy": "1", "displayName": "sample", "dataType": "int", "extendedDataType": "", "description": "", "maxAllowedSize": "4", "inputFormat": "", "value": "3", "columnName": "COL301" } ] ``` ## Rate Limit ![ ](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **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.