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-5053.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "8221",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8221",
         "title": "Clear jams in sorting equipment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "8219",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8219",
         "title": "Operate various types of equipment, such as computer scanning equipment, addressographs, mimeographs, optical character readers, and bar-code sorters.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "8227",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8227",
         "title": "Sort odd-sized mail by hand, sort mail that other workers have been unable to sort, and segregate items requiring special handling.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "8213",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8213",
         "title": "Direct items according to established routing schemes, using computer-controlled keyboards or voice-recognition equipment.",
         "importance": 89,
         "category": "Supplemental"
      },
      {
         "id": "8222",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8222",
         "title": "Check items to ensure that addresses are legible and correct, that sufficient postage has been paid or the appropriate documentation is attached, and that items are in a suitable condition for processing.",
         "importance": 86,
         "category": "Supplemental"
      },
      {
         "id": "8214",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8214",
         "title": "Bundle, label, and route sorted mail to designated areas, depending on destinations and according to established procedures and deadlines.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "8226",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8226",
         "title": "Move containers of mail, using equipment, such as forklifts and automated \"trains\".",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "id": "8223",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8223",
         "title": "Open and label mail containers.",
         "importance": 82,
         "category": "Supplemental"
      },
      {
         "id": "8229",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8229",
         "title": "Load and unload mail trucks, sometimes lifting containers of mail onto equipment that transports items to sorting stations.",
         "importance": 81,
         "category": "Supplemental"
      },
      {
         "id": "8218",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-5053.00/related/tasks/8218",
         "title": "Distribute incoming mail into the correct boxes or pigeonholes.",
         "importance": 78,
         "category": "Supplemental"
      }
   ]
}