Tines
App Vendor: Tines
App Category: IT Services
Connector Version: 1.0.0
API Version: v1.0
Notice
This is a beta-app and the documentation is in progress.
About App
The Tines app allows you to expose a number of endpoints providing programmatic access to Tines data and functionality.
The Tines app is configured with the Orchestrate application to perform the following actions:
Action Name | Description |
---|---|
Get Action Details | This action retrieves details of the specific action. |
Get Action List | This action retrieves a list of actions available in the Tines tenant. |
Get Events Emitted by Action | This action retrieves a list of events emitted by the action. |
Get Stories List | This action retrieves a list of stories. |
Get Teams List | This action retrieves a list of teams. |
Run Action | This action runs an action. |
Configuration Parameters
The following configuration parameters are required for the Tines app to communicate with the Tines enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Base URL | Enter the base URL to connect to the Tines app. Example: "https://tenant-domain" | Text | Required | |
User Email | Enter the user's email. Example: "testuser@sampledomain.com" | Text | Required | |
API Token | Enter the API token to authenticate with the Tines app. | Password | Required |
Action: Get Action Details
This action retrieves the details of the specific action.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Action ID | Enter the ID of the action. Example: 87557 | Integer | Required |
Action: Get Action List
This action retrieves a list of actions available in the Tines tenant.
Action Input Parameters
This action does not require any input parameter.
Action: Get Events Emitted by Action
This action retrieves a list of events emitted by the action.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Since ID | Enter the since ID to retrieve events greater than this ID. Example: 72564 | Integer | Optional |
Action: Get Stories List
This action retrieves a list of stories.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Team ID | Enter the team ID to retrieve stories belonging to this team. Example: 3657 | Integer | Optional | |
Folder ID | Enter the folder ID to retrieve stories belonging to this team. Example: 1 | Integer | Optional |
Action: Get Teams List
This action retrieves a list of teams.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Include Drafts | Enter true to include draft teams in the response. Example: true | Boolean | Optional | Default value: false |
Action: Run Action
This action runs an action.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Action ID | Enter the ID of the action to run. Example: 17553 | Integer | Required |