Azure DevOps Connector
Documentation
Version: 2
Documentation

EndPoint Get Project Details


Name

get_project

Description

Gets the details of the specified project within the organization by its project Id. [API reference]

Parameters

Parameter Label Required Options Description
Id Id YES

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_WSTR nvarchar(500) 500 False
Name DT_WSTR nvarchar(500) 500 False
Description DT_WSTR nvarchar(1160) 1160 False
Url DT_WSTR nvarchar(1000) 1000 False
State DT_WSTR nvarchar(100) 100 False
Revision DT_I4 int False
Visibility DT_WSTR nvarchar(100) 100 False
LastUpdateTime DT_DBTIMESTAMP datetime False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Project Id DT_WSTR nvarchar(300) 300 False
Required columns that you need to supply are bolded.