Skip to main content

Get Levels

Retrieves the levels for the company. Levels are set positions for an organization, such as Manager, or Executive.

Parameters

ParameterDescription
LimitSets a limit on the returned values.
OffsetOffsets 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

Workflow LibraryPreview this Workflow on desktop