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-9061.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "830",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/830",
         "title": "Operate office machines, such as photocopiers and scanners, facsimile machines, voice mail systems, and personal computers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "827",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/827",
         "title": "Answer telephones, direct calls, and take messages.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "826",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/826",
         "title": "Communicate with customers, employees, and other individuals to answer questions, disseminate or explain information, take orders, and address complaints.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "832",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/832",
         "title": "Maintain and update filing, inventory, mailing, and database systems, either manually or using a computer.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "828",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/828",
         "title": "Compile, copy, sort, and file records of office activities, business transactions, and other activities.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "834",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/834",
         "title": "Review files, records, and other documents to obtain information to respond to requests.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "833",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/833",
         "title": "Open, sort, and route incoming mail, answer correspondence, and prepare outgoing mail.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "831",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/831",
         "title": "Compute, record, and proofread data and other information, such as records or reports.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "837",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/837",
         "title": "Complete work schedules, manage calendars, and arrange appointments.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "840",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9061.00/related/tasks/840",
         "title": "Type, format, proofread, and edit correspondence and other documents, from notes or dictating machines, using computers or typewriters.",
         "importance": 64,
         "category": "Core"
      }
   ]
}