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/scales_reference
Status:
200 OK
Content-Type:
application/json
{
   "rows": "https://api-v2.onetcenter.org/database/rows/scales_reference",
   "table_id": "scales_reference",
   "title": "Scales Reference",
   "description": "Provide a reference to the scale names and values.",
   "data_dictionary": "https://www.onetcenter.org/dictionary/29.0/excel/scales_reference.html",
   "download": {
      "excel": "https://www.onetcenter.org/dl_files/database/db_29_0_excel/Scales%20Reference.xlsx",
      "text": "https://www.onetcenter.org/dl_files/database/db_29_0_text/Scales%20Reference.txt",
      "mysql": "https://www.onetcenter.org/dl_files/database/db_29_0_mysql/4_scales_reference.sql",
      "sql_server": "https://www.onetcenter.org/dl_files/database/db_29_0_mssql/4_scales_reference.sql",
      "oracle": "https://www.onetcenter.org/dl_files/database/db_29_0_oracle/4_scales_reference.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": "minimum",
         "optional": false,
         "title": "Minimum",
         "description": "Scale Minimum",
         "type": "Number",
         "format": "Integer(1)"
      },
      {
         "column_id": "maximum",
         "optional": false,
         "title": "Maximum",
         "description": "Scale Maximum",
         "type": "Number",
         "format": "Integer(3)"
      }
   ]
}