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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7806",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1218.00/related/tasks/7806",
         "title": "Treat diseases of female organs."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}