Study Integration
Get studies attached to a table
Returns a list of all studies that are linked to the specified table.
get/tables/{dbId}/{tableId}/studies
Path parameters
dbIdstring required
Database ID (alphanumeric, underscores only, lowercase)
tableIdstring required
Table ID (alphanumeric, underscores only, lowercase)
Response
successful operation
Example response
{
"status": "success",
"studies": [
{
"idno": "ZMB_2001_DHS_v01_M_v02_A_IPUMS",
"title": "World Health Survey 2003",
"nation": "South Africa",
"year_start": "2003"
}
],
"total": 1
}