Returns the custom fields for the given company.

Parameters

ParameterDescription
LimitSets a limit on the returned values.
OffsetOffsets the returned values.

Example Output

{
	"value": [
		{
			"caption": null,
			"required": false,
			"title": "What is your race / ethnicity?",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": false,
			"title": "Veteran Status",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": false,
			"title": "What is your Gender?",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": false,
			"title": "Disability Status",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": true,
			"title": "How will this employee be classified for EEO reporting?",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": true,
			"title": "Data2",
			"type": "NUMBER"
		},
		{
			"caption": null,
			"required": true,
			"title": "Data1",
			"type": "DATE"
		},
		{
			"caption": null,
			"required": true,
			"title": "Data3",
			"type": "TEXTAREA"
		},
		{
			"caption": null,
			"required": true,
			"title": "Data4",
			"type": "TEXT"
		},
		{
			"caption": null,
			"required": true,
			"title": "send notification again",
			"type": "TEXT"
		},
		{
			"caption": null,
			"required": true,
			"title": "offboard",
			"type": "FILE"
		},
		{
			"caption": null,
			"required": false,
			"title": "severance test variable",
			"type": "TEXT"
		},
		{
			"caption": null,
			"required": true,
			"title": "Favorite Animal",
			"type": "TEXT"
		},
		{
			"caption": null,
			"required": true,
			"title": "additional variable",
			"type": "TEXT"
		}
	]
}

Workflow Library Example

Get Custom Fields with Rippling and Send Results Via Email

Preview this Workflow on desktop