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/work_context_categories
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 281,
   "next": "https://api-v2.onetcenter.org/database/rows/work_context_categories?start=21&end=40",
   "row": [
      {
         "element_id": "4.C.1.a.2.c",
         "element_name": "Public Speaking",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 1,
         "category_description": "Never"
      },
      {
         "element_id": "4.C.1.a.2.c",
         "element_name": "Public Speaking",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 2,
         "category_description": "Once a year or more but not every month"
      },
      {
         "element_id": "4.C.1.a.2.c",
         "element_name": "Public Speaking",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 3,
         "category_description": "Once a month or more but not every week"
      },
      {
         "element_id": "4.C.1.a.2.c",
         "element_name": "Public Speaking",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 4,
         "category_description": "Once a week or more but not every day"
      },
      {
         "element_id": "4.C.1.a.2.c",
         "element_name": "Public Speaking",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 5,
         "category_description": "Every day"
      },
      {
         "element_id": "4.C.1.a.2.f",
         "element_name": "Telephone Conversations",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 1,
         "category_description": "Never"
      },
      {
         "element_id": "4.C.1.a.2.f",
         "element_name": "Telephone Conversations",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 2,
         "category_description": "Once a year or more but not every month"
      },
      {
         "element_id": "4.C.1.a.2.f",
         "element_name": "Telephone Conversations",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 3,
         "category_description": "Once a month or more but not every week"
      },
      {
         "element_id": "4.C.1.a.2.f",
         "element_name": "Telephone Conversations",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 4,
         "category_description": "Once a week or more but not every day"
      },
      {
         "element_id": "4.C.1.a.2.f",
         "element_name": "Telephone Conversations",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 5,
         "category_description": "Every day"
      },
      {
         "element_id": "4.C.1.a.2.h",
         "element_name": "E-Mail",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 1,
         "category_description": "Never"
      },
      {
         "element_id": "4.C.1.a.2.h",
         "element_name": "E-Mail",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 2,
         "category_description": "Once a year or more but not every month"
      },
      {
         "element_id": "4.C.1.a.2.h",
         "element_name": "E-Mail",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 3,
         "category_description": "Once a month or more but not every week"
      },
      {
         "element_id": "4.C.1.a.2.h",
         "element_name": "E-Mail",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 4,
         "category_description": "Once a week or more but not every day"
      },
      {
         "element_id": "4.C.1.a.2.h",
         "element_name": "E-Mail",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 5,
         "category_description": "Every day"
      },
      {
         "element_id": "4.C.1.a.2.j",
         "element_name": "Written Letters and Memos",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 1,
         "category_description": "Never"
      },
      {
         "element_id": "4.C.1.a.2.j",
         "element_name": "Written Letters and Memos",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 2,
         "category_description": "Once a year or more but not every month"
      },
      {
         "element_id": "4.C.1.a.2.j",
         "element_name": "Written Letters and Memos",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 3,
         "category_description": "Once a month or more but not every week"
      },
      {
         "element_id": "4.C.1.a.2.j",
         "element_name": "Written Letters and Memos",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 4,
         "category_description": "Once a week or more but not every day"
      },
      {
         "element_id": "4.C.1.a.2.j",
         "element_name": "Written Letters and Memos",
         "scale_id": "CXP",
         "scale_name": "Context (Categories 1-5)",
         "category": 5,
         "category_description": "Every day"
      }
   ]
}