v1

latestSwagger 2.0Apache 2.02026-07-1725956.5 KB
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

statusstring
totalinteger

Total number of studies attached

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
}