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-9031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2816",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2816",
         "title": "Operate desktop publishing software and equipment to design, lay out, and produce camera-ready copy."
      },
      {
         "id": "2820",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2820",
         "title": "Position text and art elements from a variety of databases in a visually appealing way to design print or web pages, using knowledge of type styles and size and layout patterns."
      },
      {
         "id": "2815",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2815",
         "title": "Check preliminary and final proofs for errors and make necessary corrections."
      },
      {
         "id": "2817",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2817",
         "title": "View monitors for visual representation of work in progress and for instructions and feedback throughout process, making modifications as necessary."
      },
      {
         "id": "2818",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2818",
         "title": "Enter text into computer keyboard and select the size and style of type, column width, and appropriate spacing for printed materials."
      }
   ]
}