Envoy integration (Productivity, Security). Imported from open-connector.
https://api.envoy.com/rest/v1/locations
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Envoy IDs to fetch in one list request. |
| page | integer | optional | The page number for pagination. |
| perPage | integer | optional | The number of records to return per page. |
| order | string | optional | The sort direction. |
| createdAtAfter | string | optional | Return locations created at or after this UTC timestamp. |
| createdAtBefore | string | optional | Return locations created at or before this UTC timestamp. |
| enabled | boolean | optional | Whether to return active or inactive locations. |
| sort | string | optional | The location field to sort by. |
/rest/v1/locations/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Envoy resource ID. |
/v1/employees
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Envoy IDs to fetch in one list request. |
| page | integer | optional | The page number for pagination. |
| perPage | integer | optional | The number of records to return per page. |
| order | string | optional | The sort direction. |
| name | string | optional | The employee full name search string. Envoy supports partial matches. |
| string | optional | The employee email search string. Envoy supports partial matches. | |
| sort | string | optional | The employee field to sort by. |
/v1/employees/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Envoy resource ID. |
/v1/flows
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Envoy IDs to fetch in one list request. |
| page | integer | optional | The page number for pagination. |
| perPage | integer | optional | The number of records to return per page. |
| order | string | optional | The sort direction. |
| locationIds | array | optional | Envoy IDs to fetch in one list request. |
| enabled | boolean | optional | Whether to return only enabled or disabled flows. |
| name | string | optional | The flow name search string. |
| type | string | optional | The flow type. |
| sort | string | optional | The flow field to sort by. |
/v1/flows/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Envoy resource ID. |
/v1/invites
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | optional | Envoy IDs to fetch in one list request. |
| page | integer | optional | The page number for pagination. |
| perPage | integer | optional | The number of records to return per page. |
| order | string | optional | The sort direction. |
| locationIds | array | optional | Envoy IDs to fetch in one list request. |
| expectedArrivalAtBefore | string | optional | Return invites expected before this UTC timestamp. |
| expectedArrivalAtAfter | string | optional | Return invites expected after this UTC timestamp. |
| hostEmail | string | optional | The host email address used to filter invites. |
| inviteeEmail | string | optional | The invitee email address used to filter invites. |
| type | string | optional | The invite type. |
| approvalStatus | string | optional | The invite approval status. |
| sort | string | optional | The invite field to sort by. |
/v1/invites/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Envoy resource ID. |