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-1252.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1252.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21661",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1252.00/related/tasks/21661",
         "title": "Analyze information to determine, recommend, and plan installation of a new system or modification of an existing system."
      },
      {
         "id": "21662",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1252.00/related/tasks/21662",
         "title": "Analyze user needs and software requirements to determine feasibility of design within time and cost constraints."
      },
      {
         "id": "21663",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1252.00/related/tasks/21663",
         "title": "Confer with data processing or project managers to obtain information on limitations or capabilities for data processing projects."
      },
      {
         "id": "21664",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1252.00/related/tasks/21664",
         "title": "Confer with systems analysts, engineers, programmers and others to design systems and to obtain information on project limitations and capabilities, performance requirements and interfaces."
      },
      {
         "id": "21665",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1252.00/related/tasks/21665",
         "title": "Consult with customers or other departments on project status, proposals, or technical issues, such as software system design or maintenance."
      }
   ]
}