v1
latestOpenAPI 3.0.02026-07-2494288373.8 KBTables
Retrieve a table
Returns a table with it's entries
See also
Learn more about Tables
get/v1/tables/{id}
Path parameters
idstring required
Retrieve a table by its key first and if not found, by its Dotfile internal id.
Response
ℹ️ Click to see full payload
Example response
{
"name": "Countries risk",
"key": "countries_risk",
"entries": [
{
"country": "FR",
"risk": "low"
},
{
"country": "QA",
"risk": "medium"
},
{
"country": "RU",
"risk": "high"
}
]
}