Projectworks
With Projectworks modules in Boost.space Integrator, you can manage the users, timesheets, leaves, forecasts, and clients in your Projectworks account.
To use the Projectworks modules, you must have a Projectworks account. You can create an account at projectworks.com.
Refer to the Projectworks API documentation for a list of available endpoints.
Connect Projectworks to Boost.space Integrator
To establish the connection, you must:
Obtain your API Account Details Projectworks
To obtain your API Account Details from your Projectworks account:
-
Log in to your Projectworks account.
-
In the upper right, click Profile icon > Admin.
-
In the Integration section, click API Accounts.
-
Click Three Dots > Details.

-
Copy the Consumer key and Consumer secret values shown and store them in a safe place.
You will use these values in the Username and Password fields in Boost.space Integrator.
Establish the connection with Projectworks in Boost.space Integrator
To establish the connection in Boost.space Integrator:
-
Log in to your Boost.space Integrator account, add a Projectworks module to your scenario, and click Create a connection.
-
Optional: In the Connection name field, enter a name for the connection.
-
In the Username and Password fields, enter the Consumer key and Consumer secret values copied above.
-
Click Save.
-
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more Projectworks modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Users
You can search, retrieve, create, and update users using the following modules.
Search Users
Searches for users.
Connection
Establish a connection to your Projectworks account.
Limit
Set the maximum number of users Boost.space Integrator will return during one execution cycle.
See Projectworks API reference for entering the field values to search the users that match the specified value.
Get a User
Returns information about the selected user.
Connection
Establish a connection to your Projectworks account
User ID
Select or map the User ID whose details you want to retrieve.
Create a User
Create a new user.
Connection
Establish a connection to your Projectworks account
For field descriptions, see the Projectworks API reference.
Update a User
Updates the selected user.
Connection
Establish a connection to your Projectworks account
User ID
Select or map the User ID whose details you want to update.
For field descriptions, see the Projectworks API reference.
Timesheets
You can list, retrieve, update and delete timesheets using the following modules.
List Timesheets
Lists all timesheets.
Connection
Establish a connection to your Projectworks account.
Limit
Set the maximum number of timesheets Boost.space Integrator will return during one execution cycle.
See Projectworks API reference for entering the field values to list the users that match the specified value.
Get a Timesheet
Returns information about the selected timesheet.
Connection
Establish a connection to your Projectworks account.
Timesheet ID
Select or map the Timesheet ID whose details you want to retrieve.
Update a Timesheet
Replaces a timesheet entry.
Connection
Establish a connection to your Projectworks account.
Timesheet ID
Select or map the Timesheet ID whose details you want to update.
For field descriptions, see the Projectworks API reference.
Delete a Timesheet
Deletes the selected timesheet.
Connection
Establish a connection to your Projectworks account.
Timesheet ID
Select or map the Timesheet ID you want to delete.
Leaves
You can list, retrieve, create, replace, and delete leaves using the following modules.
List Leaves
Lists all leaves.
Connection
Establish a connection to your Projectworks account.
Limit
Set the maximum number of leaves Boost.space Integrator will return during one execution cycle.
See ProjectWorks API reference for entering the field values to list the leaves that match the specified value.
Get a Leave
Returns information about the selected leave.
Connection
Establish a connection to your Projectworks account.
Leave ID
Select or map the Leave ID whose details you want to retrieve.
Create a Leave
Creates a new leave.
Connection
Establish a connection to your Projectworks account.
For field descriptions, see the Projectworks API reference.
Replace a Leave
Replaces the selected leave.
Connection
Establish a connection to your Projectworks account.
Leave ID
Select or map the Leave ID whose details you want to update.
For field descriptions, see the Projectworks API reference.
Delete a Leave
Deletes the selected leave.
Connection
Establish a connection to your Projectworks account.
Leave ID
Select or map the Leave ID you want to delete.
Forecasts
You can list and create forecasts using the following modules.
List Forecasts
Lists all forecasts.
Connection
Establish a connection to your Projectworks account.
Limit
Set the maximum number of users Boost.space Integrator will return during one execution cycle.
See Projectworks API reference for entering the field values to list the forecasts that match the specified value.
Create a Forecast
Creates a new forecast.
Connection
Establish a connection to your Projectworks account.
For field descriptions, see the Projectworks API reference.
Clients
You can list, retrieve, create, update, and delete clients using the following modules.
List Clients
Lists all clients.
Connection
Establish a connection to your Projectworks account.
Limit
Set the maximum number of clients Boost.space Integrator will return during one execution cycle.
See Projectworks API reference for entering the field values to list the clients that match the specified value.
Get a Client
Returns information about the selected client.
Connection
Establish a connection to your Projectworks account.
Client ID
Select or map the Client ID whose details you want to retrieve.
Create a Client
Creates a new client.
Connection
Establish a connection to your Projectworks account.
For field descriptions, see the Projectworks API reference.
Update a Client
Updates the selected client.
Connection
Establish a connection to your Projectworks account.
Client ID
Select or map the Client ID whose details you want to update.
For field descriptions, see the Projectworks API reference.
Delete a Client
Deletes the selected client.
Connection
Establish a connection to your Projectworks account.
Client ID
Select or map the Client ID you want to delete.
Other
You can call APIs using the following module.
For the list of available endpoints, refer to the Projectworks API documentation.
Make an API Call
Performs an arbitrary authorized API call.
Connection
Establish a connection to your Projectworks account.
URL
Enter a path relative to https://api.projectworksapp.com/api. For example, /v1.0/Clients.
Method
GET
to retrieve information for an entry.
POST
to create a new entry.
PUT
to update/replace an existing entry.
PATCH
to make a partial entry update.
DELETE
to delete an entry.
Headers
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.
Query String
Enter the request query string.
Body
Enter the body content for your API call.
Example of use – List Leaves
The following API call returns all leaves from your account.
URL: /v1.0/Leaves
Method: GET

The search matches can be found in the module’s Output under Bundle > Body.
In our example, 6 leaves were returned:

Legacy article, imported from the original Boost.space knowledge base (/knowledge-base/applications/productivity/projectworks/).