Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/database/info/basic_interests_to_riasec
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/basic_interests_to_riasec",
   "table_id": "basic_interests_to_riasec",
   "title": "Basic Interests to RIASEC",
   "description": "Provide linkages between each basic occupational interest to relevant general occupational interests.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/basic_interests_to_riasec.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Basic%20Interests%20to%20RIASEC.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Basic%20Interests%20to%20RIASEC.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/38_basic_interests_to_riasec.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/38_basic_interests_to_riasec.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/38_basic_interests_to_riasec.sql"
   },
   "column": [
      {
         "column_id": "basic_interests_element_id",
         "optional": false,
         "title": "Basic Interests Element ID",
         "description": "Content Model Outline Position",
         "type": "Text",
         "format": "Character Varying(20)"
      },
      {
         "column_id": "basic_interests_element_name",
         "optional": false,
         "title": "Basic Interests Element Name",
         "description": "Content Model Element Name",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "riasec_element_id",
         "optional": false,
         "title": "RIASEC Element ID",
         "description": "Content Model Outline Position",
         "type": "Text",
         "format": "Character Varying(20)"
      },
      {
         "column_id": "riasec_element_name",
         "optional": false,
         "title": "RIASEC Element Name",
         "description": "Content Model Element Name",
         "type": "Text",
         "format": "Character Varying(150)"
      }
   ]
}