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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/details/tasks?start=11&end=15",
   "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10402",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/10402",
         "title": "Enter, store, and retrieve information on computer-aided equipment.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "10404",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/10404",
         "title": "Maintain, adjust, and clean equipment, and perform minor repairs.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "10407",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/10407",
         "title": "Operate presses to print proofs of plates, monitoring printing quality to ensure that it is adequate.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "10425",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/10425",
         "title": "Select proper types of plates according to press run lengths.",
         "importance": 85,
         "category": "Supplemental"
      },
      {
         "id": "10412",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/related/tasks/10412",
         "title": "Examine finished plates to detect flaws, verify conformity with master plates, and measure dot sizes and centers, using light boxes and microscopes.",
         "importance": 82,
         "category": "Supplemental"
      }
   ]
}