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-1221.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "7821",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7821",
         "title": "Prescribe or administer treatment, therapy, medication, vaccination, and other specialized medical care to treat or prevent illness, disease, or injury in infants and children.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "7820",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7820",
         "title": "Examine children regularly to assess their growth and development.",
         "importance": 99,
         "category": "Core"
      },
      {
         "id": "7824",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7824",
         "title": "Treat children who have minor illnesses, acute and chronic health problems, and growth and development concerns.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "7819",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7819",
         "title": "Examine patients or order, perform, and interpret diagnostic tests to obtain information on medical condition and determine diagnosis.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "7823",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7823",
         "title": "Advise patients, parents or guardians, and community members concerning diet, activity, hygiene, and disease prevention.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7825",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7825",
         "title": "Explain procedures and discuss test results or prescribed treatments with patients and parents or guardians.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "7822",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7822",
         "title": "Collect, record, and maintain patient information, such as medical history, reports, or examination results.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "7826",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7826",
         "title": "Monitor patients' conditions and progress and reevaluate treatments as necessary.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7829",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7829",
         "title": "Direct and coordinate activities of nurses, students, assistants, specialists, therapists, and other medical staff.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "7827",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1221.00/related/tasks/7827",
         "title": "Plan and execute medical care programs to aid in the mental and physical growth and development of children and adolescents.",
         "importance": 86,
         "category": "Core"
      }
   ]
}