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/online/occupations/15-2041.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/details/tasks?start=11&end=20",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "16246",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16246",
         "title": "Calculate sample size requirements for clinical studies.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "16258",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16258",
         "title": "Design research studies in collaboration with physicians, life scientists, or other professionals.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "16252",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16252",
         "title": "Prepare tables and graphs to present clinical data or results.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "16249",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16249",
         "title": "Write program code to analyze data with statistical analysis software.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "16263",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16263",
         "title": "Provide biostatistical consultation to clients or colleagues.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16262",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-2041.01/related/tasks/16262",
         "title": "Review clinical or other medical research protocols and recommend appropriate statistical analyses.",
         "importance": 80,
         "category": "Core"
      }
   ]
}