ManagedClients
Retrieves a list of managed clients available from your account.
Table Specific Information
Select
Query the ManagedClients table. The 本製品 will use the QuickBooks Time API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- ActiveStatus filter supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM ManagedClients WHERE ActiveStatus = 'both'
Columns
Name | Type | Description |
Id [KEY] | String | Id of the managed client. |
CompanyUrl | String | URL used by the managed client to sign in to TSheets. |
CompanyName | String | Name of the managed client's company. |
Active | Boolean | Whether this client is active. If false, this client is considered archived. |
Created | Datetime | Date/time when this managed client record was created |
LastModified | Datetime | Date/time when this managed client record was last modified. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ActiveStatus | String | Filter column for whether to fetch only active records, only archived records, or both. By default, only active records are fetched. Possible values are: yes, no, both |