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-1253.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14642",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14642",
         "title": "Identify, analyze, and document problems with program function, output, online screen, or content."
      },
      {
         "id": "14641",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14641",
         "title": "Document software defects, using a bug tracking system, and report defects to software developers."
      },
      {
         "id": "14640",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14640",
         "title": "Develop testing programs that address areas such as database impacts, software scenarios, regression testing, negative testing, error or bug retests, or usability."
      },
      {
         "id": "14638",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14638",
         "title": "Design test plans, scenarios, scripts, or procedures."
      },
      {
         "id": "14648",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14648",
         "title": "Document test procedures to ensure replicability and compliance with standards."
      }
   ]
}