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-2011.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-2011.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "4630",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4630",
         "title": "Operate communication systems, such as telephone, switchboard, intercom, two-way radio, or public address.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "4631",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4631",
         "title": "Answer incoming calls, greeting callers, providing information, transferring calls or taking messages as necessary.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "20431",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/20431",
         "title": "Greet visitors, log them in and out of the facility, assign them security badges, and contact employee escorts.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "20430",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/20430",
         "title": "Monitor emergency and code alarms, make emergency announcements, or route emergency calls to the appropriate location.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "4640",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4640",
         "title": "Record messages, suggesting rewording for clarity or conciseness.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "4633",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4633",
         "title": "Page individuals to inform them of telephone calls, using paging or interoffice communication equipment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "4634",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4634",
         "title": "Relay or route written or verbal messages.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "20432",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/20432",
         "title": "Perform various cash handling tasks, such as collecting payments, making bank deposits, or managing petty cash.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "4635",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/4635",
         "title": "Place telephone calls or arrange conference calls as instructed.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20428",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-2011.00/related/tasks/20428",
         "title": "Process incoming or outgoing mail, packages, or deliveries.",
         "importance": 74,
         "category": "Core"
      }
   ]
}