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/51-5112.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "19430",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19430",
         "title": "Start presses and pull proofs to check for ink coverage and density, alignment, and registration.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "19423",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19423",
         "title": "Examine job orders to determine quantities to be printed, stock specifications, colors, or special printing instructions.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "19417",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19417",
         "title": "Adjust ink fountain flow rates.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "19431",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19431",
         "title": "Verify that paper and ink meet the specifications for a given job.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "19421",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19421",
         "title": "Collect and inspect random samples during print runs to identify any necessary adjustments.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "19424",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19424",
         "title": "Feed paper through press cylinders and adjust feed and tension controls.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19427",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19427",
         "title": "Monitor automated press operation systems and respond to fault, error, or alert messages.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19426",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19426",
         "title": "Load presses with paper and make necessary adjustments, according to paper size.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19429",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19429",
         "title": "Secure printing plates to printing units and adjust tolerances.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "19419",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19419",
         "title": "Clean ink fountains, plates, or printing unit cylinders when press runs are completed.",
         "importance": 85,
         "category": "Core"
      }
   ]
}