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>>
Expand description

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