Actions
Get Work Locations
Returns the list of work locations for a given company.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Limit | Sets a limit on the returned values. |
| Offset | Offsets the returned values. |
{
"value": [
{
"address": {
"city": "string",
"country": "string",
"state": "string",
"streetLine1": "string",
"streetLine2": "string",
"zip": "string"
},
"nickname": "string"
}
]
}
Was this page helpful?