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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}