OrganizationId
The Trello OrganizationId.
Data Type
string
Default Value
""
Remarks
The Trello OrganizationId references a specific Trello organization. If specified the range of some queries will be bound to that organization. For example:
SELECT * FROM Listswill return all lists of the boards on that organization.
SELECT * FROM Membershipswill return all members of the organization.
SELECT * FROM Actionswill return all actions on the organization.