ODBC Driver for Trello

Build 22.0.8462

Enterprises

Gets information about an enterprise.

Table Specific Information

Select

The driver will use the Trello API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the driver. For example, the following query is processed server-side:
EnterpriseID needs to be specified in the query.

SELECT * FROM Enterprises WHERE EnterpriseID='123'
You can turn off client-side execution by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.

Columns

Name Type Description
EnterpriseId [KEY] String The Id of the enterprise.
Name String The Name of the enterprise.
DisplayName String The display name of the enterprise.
AdminIds String The Ids of the admins which are part of the enterprise.
MemberIds String The Ids of the members which are part of the enterprise.
OrganizationIds String The Ids of the organizations which are part of the enterprise.
Products String The products which are part of the enterprise.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462