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/task_categories
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 7,
   "total": 7,
   "row": [
      {
         "scale_id": "FT",
         "scale_name": "Frequency of Task (Categories 1-7)",
         "category": 1,
         "category_description": "Yearly or less"
      },
      {
         "scale_id": "FT",
         "scale_name": "Frequency of Task (Categories 1-7)",
         "category": 2,
         "category_description": "More than yearly"
      },
      {
         "scale_id": "FT",
         "scale_name": "Frequency of Task (Categories 1-7)",
         "category": 3,
         "category_description": "More than monthly"
      },
      {
         "scale_id": "FT",
         "scale_name": "Frequency of Task (Categories 1-7)",
         "category": 4,
         "category_description": "More than weekly"
      },
      {
         "scale_id": "FT",
         "scale_name": "Frequency of Task (Categories 1-7)",
         "category": 5,
         "category_description": "Daily"
      },
      {
         "scale_id": "FT",
         "scale_name": "Frequency of Task (Categories 1-7)",
         "category": 6,
         "category_description": "Several times daily"
      },
      {
         "scale_id": "FT",
         "scale_name": "Frequency of Task (Categories 1-7)",
         "category": 7,
         "category_description": "Hourly or more"
      }
   ]
}