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/15-1221.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14623",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14623",
         "title": "Analyze problems to develop solutions involving computer hardware and software."
      },
      {
         "id": "14626",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14626",
         "title": "Apply theoretical expertise and innovation to create or apply new technology, such as adapting principles for applying computers to new uses."
      },
      {
         "id": "14624",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14624",
         "title": "Assign or schedule tasks to meet work priorities and goals."
      },
      {
         "id": "14628",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14628",
         "title": "Meet with managers, vendors, and others to solicit cooperation and resolve problems."
      },
      {
         "id": "14633",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1221.00/related/tasks/14633",
         "title": "Design computers and the software that runs them."
      }
   ]
}