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/abilities_to_work_context
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/abilities_to_work_context",
   "table_id": "abilities_to_work_context",
   "title": "Abilities to Work Context",
   "description": "Provide linkages between abilities and relevant work context.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/abilities_to_work_context.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Abilities%20to%20Work%20Context.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Abilities%20to%20Work%20Context.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/34_abilities_to_work_context.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/34_abilities_to_work_context.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/34_abilities_to_work_context.sql"
   },
   "column": [
      {
         "column_id": "abilities_element_id",
         "optional": false,
         "title": "Abilities Element ID",
         "description": "Content Model Outline Position",
         "type": "Text",
         "format": "Character Varying(20)"
      },
      {
         "column_id": "abilities_element_name",
         "optional": false,
         "title": "Abilities Element Name",
         "description": "Content Model Element Name",
         "type": "Text",
         "format": "Character Varying(150)"
      },
      {
         "column_id": "work_context_element_id",
         "optional": false,
         "title": "Work Context Element ID",
         "description": "Content Model Outline Position",
         "type": "Text",
         "format": "Character Varying(20)"
      },
      {
         "column_id": "work_context_element_name",
         "optional": false,
         "title": "Work Context Element Name",
         "description": "Content Model Element Name",
         "type": "Text",
         "format": "Character Varying(150)"
      }
   ]
}