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/task_categories
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/task_categories",
   "table_id": "task_categories",
   "title": "Task Categories",
   "description": "Provide description of Task categories.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/task_categories.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Task%20Categories.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Task%20Categories.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/9_task_categories.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/9_task_categories.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/9_task_categories.sql"
   },
   "column": [
      {
         "column_id": "scale_id",
         "optional": false,
         "title": "Scale ID",
         "description": "Scale ID",
         "type": "Text",
         "format": "Character Varying(3)"
      },
      {
         "column_id": "scale_name",
         "optional": false,
         "title": "Scale Name",
         "description": "Scale Name",
         "type": "Text",
         "format": "Character Varying(50)"
      },
      {
         "column_id": "category",
         "optional": false,
         "title": "Category",
         "description": "Category value associated with Scale ID",
         "type": "Number",
         "format": "Integer(3)"
      },
      {
         "column_id": "category_description",
         "optional": false,
         "title": "Category Description",
         "description": "Detail description of category associated with Scale ID",
         "type": "Text",
         "format": "Character Varying(1000)"
      }
   ]
}