Get Work Locations
Returns the list of work locations for a given company.
Parameters
Parameter | Description |
---|---|
Limit | Sets a limit on the returned values. |
Offset | Offsets the returned values. |
Example Output
{
"value": [
{
"address": {
"city": "string",
"country": "string",
"state": "string",
"streetLine1": "string",
"streetLine2": "string",
"zip": "string"
},
"nickname": "string"
}
]
}
Workflow Library Example
Get Work Locations with Rippling and Send Results Via Email
Preview this Workflow on desktop