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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/details/tasks?start=11&end=19",
   "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "2602",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/2602",
         "title": "Answer questions about records or files.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "20629",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/20629",
         "title": "Keep records of materials filed or removed, using logbooks or computers and generate computerized reports.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "2593",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/2593",
         "title": "Add new material to file records or create new records as necessary.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "2596",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/2596",
         "title": "Gather materials to be filed from departments or employees.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20630",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/20630",
         "title": "Find, retrieve, and make copies of information from files in response to requests and deliver information to authorized users.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "2595",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4071.00/related/tasks/2595",
         "title": "Track materials removed from files to ensure that borrowed files are returned.",
         "importance": 74,
         "category": "Core"
      }
   ]
}