Skip to content

Instantly share code, notes, and snippets.

@ryanpitts
Last active December 19, 2015 20:49
Show Gist options
  • Save ryanpitts/6015619 to your computer and use it in GitHub Desktop.
Save ryanpitts/6015619 to your computer and use it in GitHub Desktop.
example json for table-search api endpoint
{
# TABLE MATCH
{
"table_id": "B01001",
"text": "Table: SEX BY AGE",
"table_name": "SEX BY AGE",
"topics": "age, gender",
"type": "table",
"id": "B01001"
},
# COLUMN MATCH
{
"text": "Table with Column: Norwegian in FIRST ANCESTRY REPORTED",
"topics": "ancestry",
"column_id": "B04001059",
"table_id": "B04001",
"table_name": "FIRST ANCESTRY REPORTED",
"type": "column",
"id": "B04001|B04001059",
"column_name": "Norwegian"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment