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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 23,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "id": "19417",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5112.00/related/tasks/19417",
         "title": "Adjust ink fountain flow rates."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}