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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/details/tasks?start=11&end=18",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2824",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2824",
         "title": "Prepare sample layouts for approval, using computer software.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "2823",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2823",
         "title": "Import text and art elements, such as electronic clip art or electronic files from photographs that have been scanned or produced with a digital camera, using computer software.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2825",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2825",
         "title": "Study layout or other design instructions to determine work to be done and sequence of operations.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "2829",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2829",
         "title": "Select number of colors and determine color separations.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "2827",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/related/tasks/2827",
         "title": "Convert various types of files for printing or for the Internet, using computer software.",
         "importance": 75,
         "category": "Core"
      }
   ]
}