Workpath integration (Productivity). Imported from open-connector.
https://connect.workpath.com/api/v3/goals
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The Workpath page number to request. Workpath returns the first page when omitt… |
| startDate | string | optional | Return goals whose start and target dates overlap this start date. Must be pass… |
| endDate | string | optional | Return goals whose start and target dates overlap this end date. Must be passed… |
/goals/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The unique Workpath goal identifier. |
/goals/{goalId}/key_results
| Param | Type | Required | Description |
|---|---|---|---|
| goalId | integer | required | The unique Workpath goal identifier. |
/key_results/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The unique Workpath key result identifier. |
/users
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The Workpath page number to request. Workpath returns the first page when omitt… |
/users/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The unique Workpath user identifier. |
/teams
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The Workpath page number to request. Workpath returns the first page when omitt… |
/teams/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The unique Workpath team identifier. |