Streamtime
With Streamtime modules in Boost.space Integrator, you can:
-
create, update, retrieve, and search jobs
-
create, retrieve, list, and search contacts
-
create, retrieve, and search companies
-
create, retrieve, and search todos
To get started with Streamtime, create an account at streamtime.net.
Connect Streamtime to Boost.space Integrator
To connect Streamtime app, you need to obtain the API Key value from your Streamtime account and insert them in the Streamtime module scenario.
-
Log in to your Streamtime account.
-
Click Settings > Integrations. Copy the API Key to a safe place.

-
Log in to your Boost.space Integrator account, insert a Streamtime module scenario and click the Add button next to the Connection field.

-
In the Connection name field, enter a name for the connection.
-
In the API Key field, enter the details copied in step 2 and click Save.
You have successfully established the connection. You can now begin editing your scenario and adding more Streamtime modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.
Jobs
You can create, update, retrieve, and search jobs using the following modules.
Create a Job
Create a new job.
Connection
Establish a connection to your Streamtime account.
For field descriptions, see the Streamtime Jobs API reference.
Update a Job
Updates an existing job.
Connection
Establish a connection to your Streamtime account.
Job ID
Select or map the Job ID whose details you want to update.
For field descriptions, see the Streamtime Jobs API reference.
Get a Job
Retrieves an existing job.
Connection
Establish a connection to your Streamtime account.
Job ID
Select or map the Job ID whose details you want to retrieve.
Search Jobs
Retrieves a list of jobs from the account.
Connection
Establish a connection to your Streamtime account.
Limit
Set the maximum number of jobs Boost.space Integrator will return during one execution cycle. The default value is 10.
See the Streamtime Jobs API reference for entering the field values to search for the jobs that match the specified value.
Contacts
You can create, retrieve, list, and search contacts using the following modules.
Create a Contact
Creates a new contact.
Connection
Establish a connection to your Streamtime account.
For field descriptions, see the Streamtime Contacts API reference.
Get a Contact
Retrieves an existing contact.
Connection
Establish a connection to your Streamtime account.
Select or Enter Manually
Select a method:
-
Select
-
Enter Manually
Company ID
Select or map the Company ID whose contact you want to retrieve.
Contact ID
Select or map the Contact ID whose details you want to retrieve.
Contact ID
Enter the Contact ID whose details you want to retrieve.
List Contacts
Retrieves a company contacts list.
Connection
Establish a connection to your Streamtime account.
Company ID
Select or map the Company ID whose contacts you want to list.
Limit
Set the maximum number of contacts Boost.space Integrator will return during one execution cycle. The default value is 10.
Search Contacts
Retrieves a contact list from the account.
Connection
Establish a connection to your Streamtime account.
Limit
Set the maximum number of contacts Boost.space Integrator will return during one execution cycle. The default value is 10.
See the Streamtime Contacts API reference for entering the field values to search for the contacts that match the specified value.
Companies
You can create, retrieve, and search companies using the following modules.
Create a Company
Creates a new company.
Connection
Establish a connection to your Streamtime account.
For field descriptions, see the Streamtime Companies API reference.
Get a Company
Retrieves an existing company.
Connection
Establish a connection to your Streamtime account.
Company ID
Select or map the Company ID whose details you want to retrieve.
Search Companies
Retrieves a list of companies from the account.
Connection
Establish a connection to your Streamtime account.
Limit
Set the maximum number of companies Boost.space Integrator will return during one execution cycle. The default value is 10.
See the Streamtime Companies API reference for entering the field values to search for the companies that match the specified value.
ToDos
You can create, retrieve, and search todos using the following modules.
Create a ToDo
Creates a new personal ToDo
Connection
Establish a connection to your Streamtime account.
For field descriptions, see the Streamtime ToDo API reference.
Get a ToDo
Retrieves an existing ToDo
Connection
Establish a connection to your Streamtime account.
ToDo ID
Select or map the ToDo ID whose details you want to retrieve.
Search ToDo
Retrieves a ToDos list.
Connection
Establish a connection to your Streamtime account.
Limit
Set the maximum number of ToDos Boost.space Integrator will return during one execution cycle. The default value is 10.
See the Streamtime ToDo API reference for entering the field values to search for the ToDos that match the specified value.
Other
You can call APIs using the following module.
Make an API Call
Performs an arbitrary authorized API call.
For the list of available endpoints, refer to the Streamtime API documentation.
Connection
Establish a connection to your Streamtime account.
URL
Enter a path relative to https://api.streamtime.net. For example, /v1/organisation.
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 Job Items
The following API call returns all Job Items of a particular Job from your account.
URL: /v1/Jobs/Jobid/job_items
Method: GET

Matches of the search can be found in the module’s Output under Bundle > Body.
In our example, 2 job items were returned:

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