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-1223.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "1828",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1828",
         "title": "Prescribe, direct, or administer psychotherapeutic treatments or medications to treat mental, emotional, or behavioral disorders.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "1830",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1830",
         "title": "Gather and maintain patient information and records, including social or medical history obtained from patients, relatives, or other professionals.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "1832",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1832",
         "title": "Design individualized care plans, using a variety of treatments.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "1829",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1829",
         "title": "Collaborate with physicians, psychologists, social workers, psychiatric nurses, or other professionals to discuss treatment plans and progress.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1827",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1827",
         "title": "Analyze and evaluate patient data or test findings to diagnose nature or extent of mental disorder.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1833",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1833",
         "title": "Examine or conduct laboratory or diagnostic tests on patients to provide information on general physical condition or mental disorder.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "1831",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1831",
         "title": "Counsel outpatients or other patients during office visits.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "1834",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1834",
         "title": "Advise or inform guardians, relatives, or significant others of patients' conditions or treatment.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "15230",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/15230",
         "title": "Teach, take continuing education classes, attend conferences or seminars, or conduct research and publish findings to increase understanding of mental, emotional, or behavioral states or disorders.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1835",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1223.00/related/tasks/1835",
         "title": "Review and evaluate treatment procedures and outcomes of other psychiatrists or medical professionals.",
         "importance": 68,
         "category": "Core"
      }
   ]
}