Lever integration (Productivity, Communication). Imported from open-connector.
https://api.lever.co/v1/postings
| Param | Type | Required | Description |
|---|---|---|---|
| offset | string | optional | The pagination cursor returned by Lever. |
| limit | integer | optional | The maximum number of records to return. |
| state | string | optional | The Lever posting state. |
| team | string | optional | Only return postings assigned to this team. |
| location | string | optional | Only return postings for this location. |
| department | string | optional | Only return postings assigned to this department. |
| owner | string | optional | Only return postings owned by this Lever user ID. |
| tag | string | optional | Only return postings with this posting tag. |
/postings/{postingId}
| Param | Type | Required | Description |
|---|---|---|---|
| postingId | string | required | The Lever object ID. |
/opportunities
| Param | Type | Required | Description |
|---|---|---|---|
| offset | string | optional | The pagination cursor returned by Lever. |
| limit | integer | optional | The maximum number of records to return. |
| createdAtStart | integer | optional | A Unix timestamp in milliseconds. |
| createdAtEnd | integer | optional | A Unix timestamp in milliseconds. |
| updatedAtStart | integer | optional | A Unix timestamp in milliseconds. |
| updatedAtEnd | integer | optional | A Unix timestamp in milliseconds. |
| stageId | string | optional | Only return opportunities currently in this stage ID. |
| postingId | string | optional | Only return opportunities associated with this posting ID. |
| archiveReasonId | string | optional | Only return archived opportunities with this archive reason ID. |
| contact | string | optional | Only return opportunities for this contact ID. |
| expand | array | optional | Related opportunity objects to expand in Lever's response. |
/opportunities/{opportunityId}
| Param | Type | Required | Description |
|---|---|---|---|
| opportunityId | string | required | The Lever object ID. |
/opportunities/{opportunityId}/notes
| Param | Type | Required | Description |
|---|---|---|---|
| opportunityId | string | required | The Lever object ID. |
| offset | string | optional | The pagination cursor returned by Lever. |
| limit | integer | optional | The maximum number of records to return. |
/opportunities/{opportunityId}/notes
| Param | Type | Required | Description |
|---|---|---|---|
| opportunityId | string | required | The Lever object ID. |
| value | string | optional | The note text to add to the opportunity. |