# GET /custom-fields/{id}.json **GET /custom-fields/{id}.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer(int64)) Numeric ID of the instance ## Responses ### 200 Successful response #### Body: application/json (object) - **createdAt** (string(date-time)) Created at - **fieldScope** (string | null) Field scope - **fieldType** (string | null) Field type - **helpText** (string | null) Help text - **icon** (string | null) Icon - **id** (integer(int32)) Id - **label** (string | null) Label - **name** (string) Name - **namespace** (string | null) Namespace - **options** (array[string] | null) Options - **resource** (string | null) Resource - **showInResellerPortal** (boolean | null) Show in reseller portal - **showInReturnPortal** (boolean | null) Show in return portal - **showInVendorPortal** (boolean | null) Show in vendor portal - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)