Get Levels
Retrieves the levels for the company. Levels are set positions for an organization, such as Manager, or Executive.
Parameters
Parameter | Description |
---|---|
Limit | Sets a limit on the returned values. |
Offset | Offsets the returned values. |
Example Output
{
"value": [
{
"id": "5ee6c643bc3bc72b7f40e04a",
"name": "Representative",
"parent": null
},
{
"id": "5ee6c649bc3bc72cfcb9d3b8",
"name": "Executive",
"parent": null
},
{
"id": "5ee6c6bdbc3bc7293a217ffc",
"name": "Manager",
"parent": null
}
]
}
Workflow Library Example
Get Levels with Rippling and Send Results Via Email
Preview this Workflow on desktop