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/15-1232.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1285",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1285",
         "title": "Oversee the daily performance of computer systems."
      },
      {
         "id": "1286",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1286",
         "title": "Set up equipment for employee use, performing or ensuring proper installation of cables, operating systems, or appropriate software."
      },
      {
         "id": "1288",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1288",
         "title": "Read technical manuals, confer with users, or conduct computer diagnostics to investigate and resolve problems or to provide technical assistance and support."
      },
      {
         "id": "1282",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1282",
         "title": "Answer user inquiries regarding computer software or hardware operation to resolve problems."
      },
      {
         "id": "1284",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1232.00/related/tasks/1284",
         "title": "Install and perform minor repairs to hardware, software, or peripheral equipment, following design or installation specifications."
      }
   ]
}