Lattice integration (Productivity, Data). Imported from open-connector.
https://api.emea.latticehq.com/v1/me
/v1/users
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Lattice objects to return. Lattice supports 1 to 100. |
| startingAfter | string | optional | The opaque Lattice cursor to continue after. |
| status | string | optional | The Lattice user status filter. Use null_string to request all users. |
/v1/user/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | string | required | The Lattice user ID. |
/v1/departments
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Lattice objects to return. Lattice supports 1 to 100. |
| startingAfter | string | optional | The opaque Lattice cursor to continue after. |
/v1/department/{departmentId}
| Param | Type | Required | Description |
|---|---|---|---|
| departmentId | string | required | The Lattice department ID. |
/v1/tags
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Lattice objects to return. Lattice supports 1 to 100. |
| startingAfter | string | optional | The opaque Lattice cursor to continue after. |
/v1/goals
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of Lattice objects to return. Lattice supports 1 to 100. |
| startingAfter | string | optional | The opaque Lattice cursor to continue after. |
| state | string | optional | The Lattice goal state filter. |
/v1/goal/{goalId}
| Param | Type | Required | Description |
|---|---|---|---|
| goalId | string | required | The Lattice goal ID. |