Streamtime

Learn how to use Streamtime with Composio

Overview

Enum

STREAMTIME

Description

Streamtime is a web-based project management tool designed to help teams plan, manage, and track projects efficiently.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve your organisation’s details. use after confirming your authentication to ensure you are operating within the correct organisation context.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list all roles. use when you need to fetch all organization roles after confirming a valid streamtime api token.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a role by id. use when you need to fetch details of a specific role after confirming its id.

Action Parameters

role_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to list saved segments for a user. use when you need to retrieve all saved segments of a specific user after verifying their user id.

Action Parameters

user_id
stringRequired

Action Response

data
object
error
string
successful
boolean