Table Schema
Retrieve schema for table in the Logs API. Available tables can be found by querying the GET Tables endpoint of the Logs API.
path Parameters
accountId required | string |
table required | string Table to query |
query Parameters
v required | string A date in |
api_key required | string API Key associated with your App that has access to Logs endpoint. |
Responses
Response samples
- 200
- default
Content type
application/json
{- "meta": {
- "uuid": "4f72b877-e2d0-4de4-9324-b9cf2c03e1a0"
}, - "response": {
- "id": "string",
- "fields": [
- {
- "id": "string",
- "dataType": "string"
}
]
}
}