ACCOUNTS
- Last Updated: May 10, 2023
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Endpoint
https://analyticsadmin.googleapis.com/v1/accounts/{accountId}
Columns
The ACCOUNTS table contains the following columns. Columns marked with an asterisk comprise the
primary key.
Note: When querying the
ACCOUNTS table, you must filter by the ACCOUNTID to return results; otherwise,
the service returns a
400 Bad Request error. For example:
SELECT * FROM ACCOUNTS WHERE ACCOUNTID = '12345679' LIMIT 10| Column Name | Data Type |
|---|---|
| NAME* | VarChar(64) |
| ACCOUNTID | VarChar(64) |
| CREATETIME | Timestamp(6) |
| DISPLAYNAME | VarChar(64) |
| REGIONCODE | VarChar(64) |
| UPDATETIME | Timestamp(6) |