DigiLEAN Connect (Preview)
Visual management tool supporting improvement processes for teams and enterprise
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Atle Magnussen |
atle@digilean.com |
Connector Metadata | |
---|---|
Publisher | DigiLEAN AS |
Website | https://www.digilean.com/ |
Privacy policy | https://www.digilean.com/legal/privacy-policy/ |
Categories | Collaboration |
DigiLEAN Connect
Visual management tool supporting improvement processes for teams and enterprise
Publisher: DigiLEAN AS
Prerequisites
- You must be a customer or have a free trial account of DigiLEAN
- DigiLEAN Connect subscription (credentials will be provided)
Supported operations
Datasource List
List your datasources
Datasourve Values List
List values from a datasource with filter
Datasource Value Create
Create new value for a datasource
Datasource Value Delete
Delete a value from datasource
Task Details
Get a task from DigiLEAN
Task Create
Create a new task in DigiLEAN
Task Subtask Create
Create a new subtask on a task
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Datasource Details |
Get Datasource details |
Datasource List |
Get datasources with an optional filter |
Datasource Value Create |
Create a new value on Datasource |
Datasource Value Delete |
Delete a value from Datasource |
Datasource Values |
Datasource Values |
Task Create |
Create a new Task |
Task Delete |
Delete a Task |
Task Details |
Get a Tasks Details |
Task Subtask Create |
Create a new subtask on a Task |
Task Update |
Update a Task |
Datasource Details
Get Datasource details
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id
|
id | True | integer |
id |
Returns
- Body
- DataSource
Datasource List
Get datasources with an optional filter
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
$filter
|
$filter | string |
Generic OData filtering. See documentation |
Returns
- response
- array of DataSourceInfo
Datasource Value Create
Create a new value on Datasource
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id
|
id | True | integer |
Datasource id |
areaId
|
areaId | integer | ||
assetId
|
assetId | integer | ||
projectId
|
projectId | integer | ||
value
|
value | True | double | |
description
|
description | string | ||
dimension
|
dimension | string | ||
dimension2
|
dimension2 | string | ||
dimension3
|
dimension3 | string | ||
dimension4
|
dimension4 | string | ||
valueDate
|
valueDate | True | date-time | |
externalId
|
externalId | string |
Returns
- Body
- DataValue
Datasource Value Delete
Delete a value from Datasource
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id
|
id | True | integer |
Datasource id |
valueId
|
valueId | True | integer |
value Id |
Datasource Values
Datasource Values
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id
|
id | True | integer |
id |
from
|
from | date-time |
Filter from valueDate. Greater than |
|
to
|
to | date-time |
Filter to valueDate. Lesser than |
|
page
|
page | integer |
Page default and start value is 1 |
|
pageSize
|
pageSize | integer |
Page Size default is 1000 and max 10000 |
|
$filter
|
$filter | string |
Generic OData filtering. See documentation |
|
$orderby
|
$orderby | string |
Generic OData ordering |
Returns
- Body
- DataValuesPaged
Task Create
Create a new Task
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
externalId
|
externalId | string | ||
boardId
|
boardId | integer | ||
title
|
title | True | string | |
description
|
description | string | ||
status
|
status | string | ||
responsibleUserId
|
responsibleUserId | string | ||
dueDate
|
dueDate | date-time | ||
startDate
|
startDate | date-time | ||
rowCategoryId
|
rowCategoryId | integer | ||
columnCategoryId
|
columnCategoryId | integer | ||
tags
|
tags | array of string |
Returns
- Body
- TaskInfo
Task Delete
Delete a Task
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id
|
id | True | integer |
id |
Returns
- Body
- TaskInfo
Task Details
Get a Tasks Details
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id
|
id | True | integer |
id |
Returns
- Body
- TaskInfo
Task Subtask Create
Create a new subtask on a Task
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id
|
id | True | integer |
id |
externalId
|
externalId | string | ||
boardId
|
boardId | integer | ||
title
|
title | True | string | |
description
|
description | string | ||
status
|
status | string | ||
responsibleUserId
|
responsibleUserId | string | ||
dueDate
|
dueDate | date-time | ||
startDate
|
startDate | date-time | ||
rowCategoryId
|
rowCategoryId | integer | ||
columnCategoryId
|
columnCategoryId | integer | ||
tags
|
tags | array of string |
Returns
- Body
- TaskInfo
Task Update
Update a Task
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
id
|
id | True | integer |
id |
externalId
|
externalId | string | ||
boardId
|
boardId | integer | ||
title
|
title | True | string | |
description
|
description | string | ||
status
|
status | string | ||
responsibleUserId
|
responsibleUserId | string | ||
dueDate
|
dueDate | date-time | ||
startDate
|
startDate | date-time | ||
rowCategoryId
|
rowCategoryId | integer | ||
columnCategoryId
|
columnCategoryId | integer | ||
tags
|
tags | array of string |
Returns
- Body
- TaskInfo
Definitions
DataSource
Name | Path | Type | Description |
---|---|---|---|
id
|
id | integer | |
title
|
title | string | |
description
|
description | string | |
objectSource
|
objectSource | string | |
unitOfTime
|
unitOfTime | string | |
primaryInputSource
|
primaryInputSource | string | |
elements
|
elements | array of DataSourceElement |
DataSourceElement
Name | Path | Type | Description |
---|---|---|---|
id
|
id | integer | |
label
|
label | string | |
type
|
type | string | |
isMandatory
|
isMandatory | boolean | |
sourceColumn
|
sourceColumn | string | |
dataSourceId
|
dataSourceId | integer | |
dataListId
|
dataListId | integer |
DataSourceInfo
Name | Path | Type | Description |
---|---|---|---|
id
|
id | integer | |
title
|
title | string | |
description
|
description | string |
DataValue
Name | Path | Type | Description |
---|---|---|---|
id
|
id | integer | |
dataSourceId
|
dataSourceId | integer | |
registrationDate
|
registrationDate | date-time | |
areaId
|
areaId | integer | |
assetId
|
assetId | integer | |
projectId
|
projectId | integer | |
value
|
value | double | |
description
|
description | string | |
dimension
|
dimension | string | |
dimension2
|
dimension2 | string | |
dimension3
|
dimension3 | string | |
dimension4
|
dimension4 | string | |
valueDate
|
valueDate | date-time | |
externalId
|
externalId | string |
DataValuesPaged
Name | Path | Type | Description |
---|---|---|---|
pageSize
|
pageSize | integer | |
pageNo
|
pageNo | integer | |
count
|
count | integer | |
values
|
values | array of DataValue |
TaskInfo
Name | Path | Type | Description |
---|---|---|---|
id
|
id | integer | |
parentId
|
parentId | integer | |
lastModified
|
lastModified | date-time | |
responsibleUser
|
responsibleUser | string | |
externalId
|
externalId | string | |
boardId
|
boardId | integer | |
title
|
title | string | |
description
|
description | string | |
status
|
status | TaskStatus | |
responsibleUserId
|
responsibleUserId | string | |
dueDate
|
dueDate | date-time | |
startDate
|
startDate | date-time | |
rowCategoryId
|
rowCategoryId | integer | |
columnCategoryId
|
columnCategoryId | integer | |
tags
|
tags | array of string |