Function asana::apis::custom_fields_api::get_custom_fields_for_workspace[][src]

pub async fn get_custom_fields_for_workspace(
    configuration: &Configuration,
    workspace_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse2005, Error<GetCustomFieldsForWorkspaceError>>

Returns a list of the compact representation of all of the custom fields in a workspace.