Rocketlane integration (Productivity). Imported from open-connector.
https://api.rocketlane.com/api/1.0/projects
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The maximum number of records to return per page. |
| pageToken | string | optional | The pagination token returned by the previous Rocketlane list response. |
| includeAllFields | boolean | optional | Whether Rocketlane should return all available fields. |
| sortOrder | string | optional | The sort order for the Rocketlane list response. |
| match | string | optional | Whether Rocketlane should match all filters or any filter. |
| includeFields | array | optional | The Rocketlane project fields to include in the response. |
| sortBy | string | optional | The Rocketlane project field used for sorting. |
| projectNameEq | string | optional | Return only Rocketlane projects with this exact project name. |
| projectNameContains | string | optional | Return only Rocketlane projects whose project name contains this value. |
| statusEq | string | optional | The Rocketlane status or external identifier. |
| statusOneOf | array | optional | Return Rocketlane projects whose status matches one of these identifiers. |
| startDateGt | string | optional | A Rocketlane date in YYYY-MM-DD format. |
| startDateGe | string | optional | A Rocketlane date in YYYY-MM-DD format. |
| dueDateLt | string | optional | A Rocketlane date in YYYY-MM-DD format. |
| customerIdEq | integer | optional | Return only Rocketlane projects for this customer company ID. |
/1.0/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The Rocketlane project ID to fetch. |
| includeFields | array | optional | The Rocketlane project fields to include in the response. |
| includeAllFields | boolean | optional | Whether Rocketlane should return all available project fields. |
/1.0/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The maximum number of records to return per page. |
| pageToken | string | optional | The pagination token returned by the previous Rocketlane list response. |
| includeAllFields | boolean | optional | Whether Rocketlane should return all available fields. |
| sortOrder | string | optional | The sort order for the Rocketlane list response. |
| match | string | optional | Whether Rocketlane should match all filters or any filter. |
| includeFields | array | optional | The Rocketlane task fields to include in the response. |
| sortBy | string | optional | The Rocketlane task field used for sorting. |
| taskNameEq | string | optional | Return only Rocketlane tasks with this exact task name. |
| taskNameContains | string | optional | Return only Rocketlane tasks whose task name contains this value. |
| taskStatusEq | string | optional | The Rocketlane status or external identifier. |
| taskStatusOneOf | array | optional | Return Rocketlane tasks whose status matches one of these identifiers. |
| projectIdEq | integer | optional | Return only Rocketlane tasks for this project ID. |
| startDateGt | string | optional | A Rocketlane date in YYYY-MM-DD format. |
| dueDateLt | string | optional | A Rocketlane date in YYYY-MM-DD format. |
| atRiskEq | boolean | optional | Return only Rocketlane tasks that match this at-risk flag. |
/1.0/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | integer | required | The Rocketlane task ID to fetch. |
| includeFields | array | optional | The Rocketlane task fields to include in the response. |
| includeAllFields | boolean | optional | Whether Rocketlane should return all available task fields. |
/1.0/users
| Param | Type | Required | Description |
|---|---|---|---|
| pageSize | integer | optional | The maximum number of records to return per page. |
| pageToken | string | optional | The pagination token returned by the previous Rocketlane list response. |
| includeAllFields | boolean | optional | Whether Rocketlane should return all available fields. |
| sortOrder | string | optional | The sort order for the Rocketlane list response. |
| match | string | optional | Whether Rocketlane should match all filters or any filter. |
| includeFields | array | optional | The Rocketlane user fields to include in the response. |
| sortBy | string | optional | The Rocketlane user field used for sorting. |
| firstNameEq | string | optional | Return only Rocketlane users with this exact first name. |
| firstNameContains | string | optional | Return only Rocketlane users whose first name contains this value. |
| emailEq | string | optional | Return only Rocketlane users with this exact email address. |
| emailContains | string | optional | Return only Rocketlane users whose email address contains this value. |
| statusEq | array | optional | Return only Rocketlane users with this exact status. |
| statusOneOf | array | optional | Return Rocketlane users whose status matches any of these values. |
| typeEq | array | optional | Return only Rocketlane users with this exact user type. |
| permissionIdEq | integer | optional | Return only Rocketlane users with this permission ID. |
/1.0/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | integer | required | The Rocketlane user ID to fetch. |
| includeFields | array | optional | The Rocketlane user fields to include in the response. |
| includeAllFields | boolean | optional | Whether Rocketlane should return all available user fields. |