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/29-2035.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "23974",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/23974",
         "title": "Review physicians' orders to confirm prescribed exams."
      },
      {
         "id": "19218",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19218",
         "title": "Conduct screening interviews of patients to identify contraindications, such as ferrous objects, pregnancy, prosthetic heart valves, cardiac pacemakers, or tattoos."
      },
      {
         "id": "19228",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19228",
         "title": "Select appropriate imaging techniques or coils to produce required images."
      },
      {
         "id": "19225",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19225",
         "title": "Operate magnetic resonance imaging (MRI) scanners."
      },
      {
         "id": "19227",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2035.00/related/tasks/19227",
         "title": "Provide headphones or earplugs to patients to improve comfort and reduce unpleasant noise."
      }
   ]
}