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-1215.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7771",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7771",
         "title": "Prescribe or administer treatment, therapy, medication, vaccination, and other specialized medical care to treat or prevent illness, disease, or injury."
      },
      {
         "id": "7772",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7772",
         "title": "Order, perform, and interpret tests and analyze records, reports, and examination information to diagnose patients' condition."
      },
      {
         "id": "7774",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7774",
         "title": "Collect, record, and maintain patient information, such as medical history, reports, or examination results."
      },
      {
         "id": "7773",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7773",
         "title": "Monitor patients' conditions and progress and reevaluate treatments as necessary."
      },
      {
         "id": "7775",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1215.00/related/tasks/7775",
         "title": "Explain procedures and discuss test results or prescribed treatments with patients."
      }
   ]
}