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/43-4071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2599",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/2599",
         "title": "Scan or read incoming materials to determine how and where they should be classified or filed."
      },
      {
         "id": "20627",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/20627",
         "title": "Input data, such as file numbers, new or updated information, or document information codes into computer systems to support document and information retrieval."
      },
      {
         "id": "20628",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/20628",
         "title": "Perform general office activities, such as typing, answering telephones, operating office machines, processing mail, or securing confidential materials."
      },
      {
         "id": "2597",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/2597",
         "title": "Sort or classify information according to guidelines, such as content, purpose, user criteria, or chronological, alphabetical, or numerical order."
      },
      {
         "id": "2602",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/2602",
         "title": "Answer questions about records or files."
      }
   ]
}