# Get Object Fields

> Windows | Cross-platform

## Project compatibility

Windows | Cross-platform

## Overview

:::note
These can be used as column headers in the CSV file of the [Create Bulk Upload Job](https://docs.uipath.com/activities/other/latest/integration-service/uipath-salesforce-sfdc-create-bulk-upload-job) activity.
:::

| Description | API Method | API Path |
| --- | --- | --- |
| Retrieve field names of a Salesforce object for use in bulk upload jobs. | GETBYID | /get_object_fieldnames/{objectName} |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Select object | Select any standard or custom object | string |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| Response | Object containing the list of field API names available for the specified Salesforce object | Object |

:::note
* In API workflows, a single
response object is returned as the output. Any required fields can be extracted directly from this object.
* In RPA workflows, some output
parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
:::
