Get Departments
Returns a list of departments for the specified company.
Parameters
Parameter | Description |
---|---|
Limit | Sets a limit on the returned values. |
Offset | Offsets 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