Retrieves the specified column's name and type. Try it now.
If the table is public or unlisted, you do not have to provide the Authorization HTTP header with the GET request
. If the table is private, you do have to provide the Authorization HTTP header.
Request
HTTP request
GET https://www.googleapis.com/fusiontables/v2/tables/tableId/columns/columnId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
columnId |
string |
Identifier for the column. |
tableId |
string |
Encrypted unique alphanumeric identifier for the table. |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Column resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer.