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/27-1024.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "307",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/307",
         "title": "Key information into computer equipment to create layouts for client or supervisor.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "304",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/304",
         "title": "Review final layouts and suggest improvements, as needed.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "300",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/300",
         "title": "Determine size and arrangement of illustrative material and copy, and select style and size of type.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "306",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/306",
         "title": "Develop graphics and layouts for product illustrations, company logos, and Web sites.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "299",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/299",
         "title": "Create designs, concepts, and sample layouts, based on knowledge of layout principles and esthetic design concepts.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "301",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/301",
         "title": "Use computer software to generate new images.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "23970",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/23970",
         "title": "Prepare digital files for printing.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "305",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/305",
         "title": "Confer with clients to discuss and determine layout design.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "23971",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/23971",
         "title": "Research the target audience of projects.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "303",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/related/tasks/303",
         "title": "Draw and print charts, graphs, illustrations, and other artwork, using computer.",
         "importance": 79,
         "category": "Core"
      }
   ]
}