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-1229.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "17295",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/related/tasks/17295",
         "title": "Diagnose or treat diseases or disorders of genitourinary organs and tracts including erectile dysfunction (ED), infertility, incontinence, bladder cancer, prostate cancer, urethral stones, or premature ejaculation."
      },
      {
         "id": "17294",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/related/tasks/17294",
         "title": "Examine patients using equipment, such as radiograph (x-ray) machines or fluoroscopes, to determine the nature and extent of disorder or injury."
      },
      {
         "id": "17293",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/related/tasks/17293",
         "title": "Order and interpret the results of diagnostic tests, such as prostate specific antigen (PSA) screening, to detect prostate cancer."
      },
      {
         "id": "17283",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/related/tasks/17283",
         "title": "Document or review patients' histories."
      },
      {
         "id": "17289",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.03/related/tasks/17289",
         "title": "Prescribe or administer antibiotics, antiseptics, or compresses to treat infection or injury."
      }
   ]
}