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-1243.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1243.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "16115",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.00/related/tasks/16115",
         "title": "Develop and document database architectures."
      },
      {
         "id": "16113",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.00/related/tasks/16113",
         "title": "Collaborate with system architects, software architects, design analysts, and others to understand business or industry requirements."
      },
      {
         "id": "16114",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.00/related/tasks/16114",
         "title": "Develop database architectural strategies at the modeling, design and implementation stages to address business or industry requirements."
      },
      {
         "id": "16109",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.00/related/tasks/16109",
         "title": "Design databases to support business applications, ensuring system scalability, security, performance, and reliability."
      },
      {
         "id": "16108",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1243.00/related/tasks/16108",
         "title": "Develop data models for applications, metadata tables, views or related database structures."
      }
   ]
}