Azure DevOps Connector
Documentation
Version: 2
Documentation

Tables for Azure DevOps Connector


On this page you will see possible API actions you can perform with Azure DevOps connector. We will refer this as API Table or just Table.

Name Description Supported Operations
__DynamicRequest__ This is a generic table. Use this to support Bulk read / write. You can supply Dynamic URL Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT generic_request
INSERT generic_request_bulk_write
UPDATE generic_request_bulk_write
UPSERT
DELETE
LOOKUP
Projects No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_projects
INSERT add_project
UPDATE update_project
UPSERT
DELETE delete_project
LOOKUP get_project
Teams No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT get_teams
INSERT add_team
UPDATE update_team
UPSERT
DELETE delete_team
LOOKUP get_team
WorkItemComments No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT query_workitem_comments
INSERT add_workitem_comment
UPDATE update_workitem_comment
UPSERT
DELETE delete_workitem_comment
LOOKUP get_workitem_comments,get_workitem_comment
WorkItems No description available Below section contains supported CRUD operations. Each operation is executed by some EndPoint behind the scene.
Method Supported Reference EndPoint
SELECT query_workitems
INSERT add_workitem
UPDATE update_workitem
UPSERT
DELETE delete_workitem
LOOKUP get_workitems_by_ids