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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 92,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "14638",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14638",
         "title": "Design test plans, scenarios, scripts, or procedures.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "14653",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14653",
         "title": "Provide feedback and recommendations to developers on software usability and functionality.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14652",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14652",
         "title": "Install, maintain, or use software testing programs.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "14639",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14639",
         "title": "Test system modifications to prepare for implementation.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14644",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14644",
         "title": "Create or maintain databases of known test defects.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "14649",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1253.00/related/tasks/14649",
         "title": "Develop or specify standards, methods, or procedures to determine product quality or release readiness.",
         "importance": 78,
         "category": "Core"
      }
   ]
}