Asana Connector
Documentation
Version: 1
Documentation

EndPoint Get Workspace Custom Fields


Name

get_workspace_custom_fields

Description

Parameters

Parameter Label Required Options Description
WorkspaceId Workspace Id YES
Fields Fields NO
Option Value
custom_field custom_field
asana_created_field asana_created_field
created_by created_by
created_by.name created_by.name
currency_code currency_code
custom_label custom_label
custom_label_position custom_label_position
date_value date_value
date_value.date date_value.date
date_value.date_time date_value.date_time
description description
display_value display_value
enabled enabled
enum_options enum_options
enum_options.color enum_options.color
enum_options.enabled enum_options.enabled
enum_options.name enum_options.name
enum_value enum_value
enum_value.color enum_value.color
enum_value.enabled enum_value.enabled
enum_value.name enum_value.name
format format
has_notifications_enabled has_notifications_enabled
id_prefix id_prefix
is_formula_field is_formula_field
is_global_to_workspace is_global_to_workspace
is_value_read_only is_value_read_only
multi_enum_values multi_enum_values
multi_enum_values.color multi_enum_values.color
multi_enum_values.enabled multi_enum_values.enabled
multi_enum_values.name multi_enum_values.name
name name
number_value number_value
people_value people_value
people_value.name people_value.name
precision precision
representation_type representation_type
resource_subtype resource_subtype
text_value text_value
type type
is_important is_important
parent parent
parent.name parent.name
project project
project.name project.name
portfolio portfolio
portfolio.name portfolio.name
workspace workspace
Limit Limit NO Results per page. The number of objects to return per page. The value must be between 1 and 100.

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_WSTR nvarchar(50) 50 False
Name DT_WSTR nvarchar(255) 255 False
Type DT_WSTR nvarchar(50) 50 False
Description DT_NTEXT nvarchar(MAX) False
AsanaCreatedField DT_WSTR nvarchar(50) 50 False
CreatedById DT_WSTR nvarchar(50) 50 False
CreatedByName DT_WSTR nvarchar(255) 255 False
RepresentationType DT_WSTR nvarchar(100) 100 False
CustomLabel DT_WSTR nvarchar(50) 50 False
CustomLabelPosition DT_WSTR nvarchar(50) 50 False
Enabled DT_BOOL bit False
EnumOptions DT_WSTR nvarchar(1000) 1000 False
Format DT_WSTR nvarchar(50) 50 False
HasNotificationsEnabled DT_BOOL bit False
IsGlobalToWorkspace DT_BOOL bit False
IsFormulaField DT_BOOL bit False
IsValueReadOnly DT_BOOL bit False
Precision DT_I4 int False
ResourceSubtype DT_WSTR nvarchar(50) 50 False
IdPrefix DT_WSTR nvarchar(100) 100 False
ValuePath DT_WSTR nvarchar(50) 50 False

Input Columns

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