Reference

Endpoint Get Projects


Name

get_projects

Description

No description available

Related Tables

Projects

Parameters

Parameter Required Options
There are no parameters

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Description
id DT_WSTR nvarchar(100) 100
title DT_WSTR nvarchar(200) 200
project_template_name DT_WSTR nvarchar(50) 50
project_template_id DT_WSTR nvarchar(100) 100
project_template_title DT_WSTR nvarchar(50) 50
project_template_active DT_BOOL bit
display_id_display_value DT_WSTR nvarchar(50) 50
display_id_value DT_WSTR nvarchar(50) 50
percentage_completion DT_WSTR nvarchar(50) 50
description DT_WSTR nvarchar(2000) 2000
actual_hours DT_WSTR nvarchar(50) 50
actual_end_time_display_value DT_WSTR nvarchar(100) 100
actual_end_time DT_DBTIMESTAMP datetime
actual_start_time_display_value DT_WSTR nvarchar(100) 100
actual_start_time DT_DBTIMESTAMP datetime
department_name DT_WSTR nvarchar(100) 100
department_id DT_WSTR nvarchar(100) 100
owner_email_id DT_WSTR nvarchar(100) 100
owner_is_technician DT_BOOL bit
owner_sms_mail DT_WSTR nvarchar(100) 100
owner_phone DT_WSTR nvarchar(50) 50
owner_name DT_WSTR nvarchar(50) 50
owner_mobile DT_WSTR nvarchar(50) 50
owner_id DT_WSTR nvarchar(100) 100
owner_photo_url DT_WSTR nvarchar(100) 100
owner_is_vip_user DT_BOOL bit
owner_department DT_WSTR nvarchar(1020) 1020
project_type_color DT_WSTR nvarchar(50) 50
project_type_name DT_WSTR nvarchar(50) 50
project_type_id DT_WSTR nvarchar(100) 100
project_code DT_WSTR nvarchar(100) 100
priority_color DT_WSTR nvarchar(50) 50
priority_name DT_WSTR nvarchar(50) 50
priority_id DT_WSTR nvarchar(100) 100
scheduled_end_time_display_value DT_WSTR nvarchar(100) 100
scheduled_end_time DT_DBTIMESTAMP datetime
site_deleted DT_BOOL bit
site_name DT_WSTR nvarchar(50) 50
site_id DT_WSTR nvarchar(100) 100
actual_cost DT_WSTR nvarchar(50) 50
estimated_cost DT_WSTR nvarchar(50) 50
project_requester_email_id DT_WSTR nvarchar(100) 100
project_requester_is_technician DT_BOOL bit
project_requester_sms_mail DT_WSTR nvarchar(100) 100
project_requester_phone DT_WSTR nvarchar(50) 50
project_requester_name DT_WSTR nvarchar(50) 50
project_requester_mobile DT_WSTR nvarchar(50) 50
project_requester_id DT_WSTR nvarchar(100) 100
project_requester_photo_url DT_WSTR nvarchar(100) 100
project_requester_is_vip_user DT_BOOL bit
estimated_hours DT_WSTR nvarchar(50) 50
udf_fields_udf_long1 DT_WSTR nvarchar(100) 100
udf_fields_udf_date1_display_value DT_WSTR nvarchar(100) 100
udf_fields_udf_date1_value DT_WSTR nvarchar(100) 100
udf_fields_udf_char1 DT_WSTR nvarchar(100) 100
projected_end_display_value DT_WSTR nvarchar(100) 100
projected_end_value DT_WSTR nvarchar(100) 100
scheduled_start_time_display_value DT_WSTR nvarchar(100) 100
scheduled_start_time DT_DBTIMESTAMP datetime
status_internal_name DT_WSTR nvarchar(50) 50
status_color DT_WSTR nvarchar(50) 50
status_name DT_WSTR nvarchar(50) 50
status_id DT_WSTR nvarchar(100) 100
created_time_display_value DT_WSTR nvarchar(210) 210
created_time DT_DBTIMESTAMP datetime
created_by_email_id DT_WSTR nvarchar(180) 180
created_by_is_technician DT_BOOL bit
created_by_sms_mail DT_WSTR nvarchar(2550) 2550
created_by_mobile DT_WSTR nvarchar(200) 200
created_by_last_name DT_WSTR nvarchar(40) 40
created_by_user_scope DT_WSTR nvarchar(200) 200
created_by_phone DT_WSTR nvarchar(120) 120
created_by_name DT_WSTR nvarchar(130) 130
created_by_id DT_WSTR nvarchar(180) 180
created_by_photo_url DT_WSTR nvarchar(750) 750
created_by_is_vip_user DT_BOOL bit
created_by_department DT_WSTR nvarchar(2550) 2550
created_by_first_name DT_WSTR nvarchar(80) 80
created_by_job_title DT_WSTR nvarchar(2550) 2550
If the column you are looking for is missing, consider customizing ManagedEngine ServiceDesk Plus (Zoho) Connector.

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.

Examples

SSIS

Use ManagedEngine ServiceDesk Plus (Zoho) Connector in API Source or in API Destination SSIS Data Flow components to read or write data.

API Source

This Endpoint belongs to the Projects table, therefore it is better to use it, instead of accessing the endpoint directly:

API Source - ManagedEngine ServiceDesk Plus (Zoho)
ManagedEngine (Zoho) ServiceDesk Plus Connector can be used to integrate ServiceDesk Plus data in your App / BI Tools. You can read/write Requests, Tasks, Comments, Worklogs and many other items.
ManagedEngine ServiceDesk Plus (Zoho)
Projects
Optional Parameters
ContineOn404Error True
SSIS API Source - Read from table or endpoint

API Destination

This Endpoint belongs to the Projects table, therefore it is better to use it, instead of accessing the endpoint directly. Use this table and table-operation pair to get projects:

API Destination - ManagedEngine ServiceDesk Plus (Zoho)
ManagedEngine (Zoho) ServiceDesk Plus Connector can be used to integrate ServiceDesk Plus data in your App / BI Tools. You can read/write Requests, Tasks, Comments, Worklogs and many other items.
ManagedEngine ServiceDesk Plus (Zoho)
Projects
Select
Optional Parameters
ContineOn404Error True
SSIS API Destination - Access table operation

ODBC application

Use these SQL queries in your ODBC application data source:

List projects

This example shows how to list projects.

SELECT * FROM Projects

get_projects endpoint belongs to Projects table(s), and can therefore be used via those table(s).

SQL Server

Use these SQL queries in SQL Server after you create a data source in Data Gateway:

List projects

This example shows how to list projects.

DECLARE @MyQuery NVARCHAR(MAX) = 'SELECT * FROM Projects';

EXEC (@MyQuery) AT [LS_TO_MANAGEDENGINE_SERVICEDESK_PLUS_ZOHO_IN_GATEWAY];

get_projects endpoint belongs to Projects table(s), and can therefore be used via those table(s).