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-1218.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/details/tasks?start=11&end=15",
   "task": [
      {
         "id": "7806",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7806",
         "title": "Treat diseases of female organs.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "7804",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7804",
         "title": "Care for and treat women during prenatal, natal, and postnatal periods.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "7810",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7810",
         "title": "Analyze records, reports, test results, or examination information to diagnose medical condition of patient.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "7808",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7808",
         "title": "Perform cesarean sections or other surgical procedures as needed to preserve patients' health and deliver babies safely.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7811",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7811",
         "title": "Collect, record, and maintain patient information, such as medical histories, reports, or examination results.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7805",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7805",
         "title": "Explain procedures and discuss test results or prescribed treatments with patients.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "7809",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7809",
         "title": "Prescribe or administer therapy, medication, and other specialized medical care to treat or prevent illness, disease, or injury.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "7807",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7807",
         "title": "Monitor patients' conditions and progress and reevaluate treatments as necessary.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7814",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7814",
         "title": "Consult with or provide consulting services to other physicians.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7813",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7813",
         "title": "Refer patient to medical specialist or other practitioner when necessary.",
         "importance": 84,
         "category": "Core"
      }
   ]
}