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

URL:
https://api-v2.onetcenter.org/online/occupations/15-2041.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16254",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16254",
         "title": "Draw conclusions or make predictions, based on data summaries or statistical analyses."
      },
      {
         "id": "16265",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16265",
         "title": "Analyze clinical or survey data, using statistical approaches such as longitudinal analysis, mixed-effect modeling, logistic regression analyses, and model-building techniques."
      },
      {
         "id": "16250",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16250",
         "title": "Write detailed analysis plans and descriptions of analyses and findings for research protocols or reports."
      },
      {
         "id": "16246",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16246",
         "title": "Calculate sample size requirements for clinical studies."
      },
      {
         "id": "16243",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16243",
         "title": "Read current literature, attend meetings or conferences, and talk with colleagues to keep abreast of methodological or conceptual developments in fields such as biostatistics, pharmacology, life sciences, and social sciences."
      }
   ]
}