Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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
Workflow LibraryPreview this Workflow on desktop