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/29-9099.01/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 36,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17466",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17466",
         "title": "Monitor maternal condition during labor by checking vital signs, monitoring uterine contractions, or performing physical examinations."
      },
      {
         "id": "17479",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17479",
         "title": "Identify tubal and ectopic pregnancies and refer patients for treatments."
      },
      {
         "id": "17486",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17486",
         "title": "Provide necessary medical care for infants at birth, including emergency care such as resuscitation."
      },
      {
         "id": "17472",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17472",
         "title": "Conduct ongoing prenatal health assessments, tracking changes in physical and emotional health."
      },
      {
         "id": "17481",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17481",
         "title": "Monitor fetal growth and well-being through heartbeat detection, body measurement, and palpation."
      }
   ]
}