Returns a list of departments for the specified company.

Parameters

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

Example Output

{
	"value": [
		{
			"name": "Sales",
			"parent": "5ec5595ffa9c4e1728118d6f"
		},
		{
			"name": "SMB",
			"parent": "5ec5595ffa9c4e1728118d6f"
		}
	]
}

Workflow Library Example

Get Departments with Rippling and Send Results Via Email

Preview this Workflow on desktop