← Tools Reference

Rocketlane

Rocketlane integration (Productivity). Imported from open-connector.

API key6 toolshttps://api.rocketlane.com/api
GET
rocketlane_list_projects
List Rocketlane projects with pagination, sorting, and first-pass project filters.

/1.0/projects

15 parameters
ParamTypeRequiredDescription
pageSizeintegeroptionalThe maximum number of records to return per page.
pageTokenstringoptionalThe pagination token returned by the previous Rocketlane list response.
includeAllFieldsbooleanoptionalWhether Rocketlane should return all available fields.
sortOrderstringoptionalThe sort order for the Rocketlane list response.
matchstringoptionalWhether Rocketlane should match all filters or any filter.
includeFieldsarrayoptionalThe Rocketlane project fields to include in the response.
sortBystringoptionalThe Rocketlane project field used for sorting.
projectNameEqstringoptionalReturn only Rocketlane projects with this exact project name.
projectNameContainsstringoptionalReturn only Rocketlane projects whose project name contains this value.
statusEqstringoptionalThe Rocketlane status or external identifier.
statusOneOfarrayoptionalReturn Rocketlane projects whose status matches one of these identifiers.
startDateGtstringoptionalA Rocketlane date in YYYY-MM-DD format.
startDateGestringoptionalA Rocketlane date in YYYY-MM-DD format.
dueDateLtstringoptionalA Rocketlane date in YYYY-MM-DD format.
customerIdEqintegeroptionalReturn only Rocketlane projects for this customer company ID.
GET
rocketlane_get_project
Get one Rocketlane project by numeric project ID.

/1.0/projects/{projectId}

3 parameters
ParamTypeRequiredDescription
projectIdintegerrequiredThe Rocketlane project ID to fetch.
includeFieldsarrayoptionalThe Rocketlane project fields to include in the response.
includeAllFieldsbooleanoptionalWhether Rocketlane should return all available project fields.
GET
rocketlane_list_tasks
List Rocketlane tasks with pagination, sorting, and first-pass task filters.

/1.0/tasks

15 parameters
ParamTypeRequiredDescription
pageSizeintegeroptionalThe maximum number of records to return per page.
pageTokenstringoptionalThe pagination token returned by the previous Rocketlane list response.
includeAllFieldsbooleanoptionalWhether Rocketlane should return all available fields.
sortOrderstringoptionalThe sort order for the Rocketlane list response.
matchstringoptionalWhether Rocketlane should match all filters or any filter.
includeFieldsarrayoptionalThe Rocketlane task fields to include in the response.
sortBystringoptionalThe Rocketlane task field used for sorting.
taskNameEqstringoptionalReturn only Rocketlane tasks with this exact task name.
taskNameContainsstringoptionalReturn only Rocketlane tasks whose task name contains this value.
taskStatusEqstringoptionalThe Rocketlane status or external identifier.
taskStatusOneOfarrayoptionalReturn Rocketlane tasks whose status matches one of these identifiers.
projectIdEqintegeroptionalReturn only Rocketlane tasks for this project ID.
startDateGtstringoptionalA Rocketlane date in YYYY-MM-DD format.
dueDateLtstringoptionalA Rocketlane date in YYYY-MM-DD format.
atRiskEqbooleanoptionalReturn only Rocketlane tasks that match this at-risk flag.
GET
rocketlane_get_task
Get one Rocketlane task by numeric task ID.

/1.0/tasks/{taskId}

3 parameters
ParamTypeRequiredDescription
taskIdintegerrequiredThe Rocketlane task ID to fetch.
includeFieldsarrayoptionalThe Rocketlane task fields to include in the response.
includeAllFieldsbooleanoptionalWhether Rocketlane should return all available task fields.
GET
rocketlane_list_users
List Rocketlane users with pagination, sorting, and first-pass user filters.

/1.0/users

15 parameters
ParamTypeRequiredDescription
pageSizeintegeroptionalThe maximum number of records to return per page.
pageTokenstringoptionalThe pagination token returned by the previous Rocketlane list response.
includeAllFieldsbooleanoptionalWhether Rocketlane should return all available fields.
sortOrderstringoptionalThe sort order for the Rocketlane list response.
matchstringoptionalWhether Rocketlane should match all filters or any filter.
includeFieldsarrayoptionalThe Rocketlane user fields to include in the response.
sortBystringoptionalThe Rocketlane user field used for sorting.
firstNameEqstringoptionalReturn only Rocketlane users with this exact first name.
firstNameContainsstringoptionalReturn only Rocketlane users whose first name contains this value.
emailEqstringoptionalReturn only Rocketlane users with this exact email address.
emailContainsstringoptionalReturn only Rocketlane users whose email address contains this value.
statusEqarrayoptionalReturn only Rocketlane users with this exact status.
statusOneOfarrayoptionalReturn Rocketlane users whose status matches any of these values.
typeEqarrayoptionalReturn only Rocketlane users with this exact user type.
permissionIdEqintegeroptionalReturn only Rocketlane users with this permission ID.
GET
rocketlane_get_user
Get one Rocketlane user by numeric user ID.

/1.0/users/{userId}

3 parameters
ParamTypeRequiredDescription
userIdintegerrequiredThe Rocketlane user ID to fetch.
includeFieldsarrayoptionalThe Rocketlane user fields to include in the response.
includeAllFieldsbooleanoptionalWhether Rocketlane should return all available user fields.