4975e91dfa
* Add new Asite connector * Change connector files according to suggession by Microsoft team * Update indentation as suggested * Update indentation and remove redirectUrl Set redirectMode as a global so for that as Micfosoft team suggested to remove redirectUrl property. * Remove unicode character in readMe file * fix indentation * remove x-ms-api-annotation as suggested by Microsoft Team * update host URL ,OAuth URL and indentation for both swagger files * change background color as suggested * edit action's name and description * rollback icon background change * rollback changes * rollback the background color * Update apiProperties.json rollback bg color * Update apiProperties.json Change bg color * Changed brand background colour * Adding sub-folder API * Change readme file * add media property * [ADD] Add new connector for Asite (US Gov.) * [MOD] modify asite connector name * add new trigger and action for form * add new trigger and action for form * add new trigger and action for form * [Share-Effect] Added new properties to termstore operations, added document generate features to connector (#1411) * Update apiDefinition.swagger.json * merged * Removed empty value properties * Update apiDefinition.swagger.json * Update apiProperties.json * Update apiDefinition.swagger.json * Update apiDefinition.swagger.json * Added new parentTerm property to term operations, document generation feature to connector A new property has been added to the term creation operations to create a new term under an existing term. The document generation features has been included into the Power platform connector. * Update readme.md * Update apiDefinition.swagger.json Co-authored-by: Rens Braspenning <rens@MacBook-Pro.local> * change delete trigger method defination * change delete method url in readme file * Added new connector for KSA & UAE cloud * Add region in Connector description Co-authored-by: deven_bhatt <dbhatt@asite.com> Co-authored-by: rachir <rbulsara@asite.com> Co-authored-by: ShubhamPanchal <shubhampanchal@asite.com> Co-authored-by: Rens Braspenning <rensbraspenning@gmail.com> Co-authored-by: Rens Braspenning <rens@MacBook-Pro.local> |
||
---|---|---|
.. | ||
Readme.md | ||
apiDefinition.swagger.json | ||
apiProperties.json |
Readme.md
About
Asite is an open construction platform that enables organizations with comprehensive range of solutions connect dispersed teams across the lifecycle of capital assets by collaborate, plan, design, and build with seamless information sharing across the entire supply chain which helps capital project owners stay at the forefront of innovation, maintaining a golden thread of information.
The Asite connector helps to build a connection between two systems for file exchange. The connector collaborates both systems by uploading and downloading files based on triggers.
Pre-requisites
- An active Asite CDE Subscription
- An active Microsoft Power Automate subscription
- An active workflow configuration in Asite platform, configured workflow trigger with the type "Microsoft Flow"
Actions
Following are the internal and external actions used during connection flow to share a file
Name | Trigger / Action Name | API EndPoint | Description | Visibility |
---|---|---|---|---|
Select Project Name | /workspaceList | It will list out all the Asite's projects where you have access. | Internal | |
Select Folder Name | /folderAndFileList | It will list out all the accessible folders based on your access from the selected Project. | Internal | |
When a workflow is triggered on file(s) | Trigger | /asitePullDataWebhook | This operation triggers a flow when a file is uploaded/updated on the project. The trigger is fired to include sub-folders based on the workflow configuration. | Important |
Get file content | Action | /downloadFileByUrl | Retrieves the file content from Asite | Important |
List of configured Triggers from Asite Platform | /triggerList | To display list of configured Triggers from Asite Platform | Internal | |
Delete configured trigger | /deleteAsitePullDataWebhook/{id}/{nameOfClass} | To Delete configured trigger | Internal | |
Get Dynamic Schema based on project and folder | /getFolderAttributes | Get Dynamic Schema based on project and folder | Internal | |
Set file metadata | Action | /saveMetadataForUpload | Retrieves standard and custom metadata | Important |
Create file | Action | /uploadFileFromExternalSystem | Upload a file in Asite project folder. | Important |
Get dynamic schema based on project Id and trigger Id | /getFolderAttributesFromTrigger | Get dynamic schema based on project Id and trigger Id | Internal | |
Select Folder Name | /getSubFolderList | List out all the accessible folders based on your access from the above selected Project. | Internal | |
When a workflow is triggered on App(s) | Trigger | /asitePullAppFormDataWebhook | This operation triggers a flow when a form is created/updated on the project. Configure separate flows for each App. | Important |
Get dynamic schema based on project Id and trigger Id | Action | /getFormAttributesFromTrigger | Get dynamic schema based on project Id and trigger Id | Internal |
Reference Link:
Please refer help document for authorize connector and configure flow. Click here