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/rows/scales_reference
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/database/rows/scales_reference?start=21&end=29",
   "row": [
      {
         "scale_id": "AO",
         "scale_name": "Automation",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "CF",
         "scale_name": "Frequency",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "CN",
         "scale_name": "Amount of Contact",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "CT",
         "scale_name": "Context",
         "minimum": 1,
         "maximum": 3
      },
      {
         "scale_id": "CTP",
         "scale_name": "Context (Categories 1-3)",
         "minimum": 0,
         "maximum": 100
      },
      {
         "scale_id": "CX",
         "scale_name": "Context",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "minimum": 0,
         "maximum": 100
      },
      {
         "scale_id": "EX",
         "scale_name": "Extent",
         "minimum": 1,
         "maximum": 7
      },
      {
         "scale_id": "FM",
         "scale_name": "Amount of Freedom",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "FT",
         "scale_name": "Frequency of Task (Categories 1-7)",
         "minimum": 0,
         "maximum": 100
      },
      {
         "scale_id": "HW",
         "scale_name": "Hours Per Week",
         "minimum": 1,
         "maximum": 3
      },
      {
         "scale_id": "IH",
         "scale_name": "Occupational Interest High-Point",
         "minimum": 0,
         "maximum": 6
      },
      {
         "scale_id": "IJ",
         "scale_name": "Importance",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "IM",
         "scale_name": "Importance",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "IP",
         "scale_name": "Impact of Decisions",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "LC",
         "scale_name": "Level of Competition",
         "minimum": 1,
         "maximum": 5
      },
      {
         "scale_id": "LV",
         "scale_name": "Level",
         "minimum": 0,
         "maximum": 7
      },
      {
         "scale_id": "OI",
         "scale_name": "Occupational Interests",
         "minimum": 1,
         "maximum": 7
      },
      {
         "scale_id": "OJ",
         "scale_name": "On-The-Job Training (Categories 1-9)",
         "minimum": 0,
         "maximum": 100
      },
      {
         "scale_id": "PT",
         "scale_name": "On-Site Or In-Plant Training (Categories 1-9)",
         "minimum": 0,
         "maximum": 100
      }
   ]
}