Streamtime
streamtimeStreamtime is project management software for creative businesses including design studios, agencies, and architects. It offers job tracking, time tracking, scheduling, quoting, invoicing, and team collaboration tools.
Acciones disponibles (4)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
List RolesSTREAMTIME_LIST_ROLESAcciónTool to list all roles. use when you need to fetch all organization roles after confirming a valid streamtime api token.
STREAMTIME_LIST_ROLESAcciónTool to list all roles. use when you need to fetch all organization roles after confirming a valid streamtime api token.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Organisation DetailsSTREAMTIME_ORGANISATION_GET_ORGANISATIONAcciónTool to retrieve your organisation’s details. use after confirming your authentication to ensure you are operating within the correct organisation context.
STREAMTIME_ORGANISATION_GET_ORGANISATIONAcciónTool to retrieve your organisation’s details. use after confirming your authentication to ensure you are operating within the correct organisation context.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get RoleSTREAMTIME_ROLES_GET_ROLEAcciónTool to retrieve a role by id. use when you need to fetch details of a specific role after confirming its id.
STREAMTIME_ROLES_GET_ROLEAcciónTool to retrieve a role by id. use when you need to fetch details of a specific role after confirming its id.
Parámetros de entrada
role_idstringObligatorioThe unique identifier for the role to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Saved Segments for UserSTREAMTIME_USERS_LIST_SAVED_SEGMENTSAcciónTool 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.
STREAMTIME_USERS_LIST_SAVED_SEGMENTSAcciónTool 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.
Parámetros de entrada
user_idstringObligatorioThe user's unique identifier (path parameter).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not