Returns a list of all the fields which are available in the account for an employee.

Example Output

[
	{
		"id": 1,
		"name": "First name",
		"type": "text",
		"alias": "firstName"
	},
	{
		"id": 2,
		"name": "Last name",
		"type": "text",
		"alias": "lastName"
	},
	{
		"id": 3,
		"name": "My custom list",
		"type": "list"
	}
]

Workflow Library Example

Get Fields List with Bamboohr and Send Results Via Email

Preview this Workflow on desktop