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-5111.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20927",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/20927",
         "title": "Generate prepress proofs in digital or other format to approximate the appearance of the final printed piece."
      },
      {
         "id": "20928",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/20928",
         "title": "Proofread and perform quality control of text and images."
      },
      {
         "id": "10403",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/10403",
         "title": "Enter, position, and alter text size, using computers, to make up and arrange pages so that printed materials can be produced."
      },
      {
         "id": "20929",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/20929",
         "title": "Perform \"preflight\" check of required font, graphic, text and image files to ensure completeness prior to delivery to printer."
      },
      {
         "id": "10405",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/10405",
         "title": "Operate and maintain laser plate-making equipment that converts electronic data to plates without the use of film."
      }
   ]
}