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/13-1199.04/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1199.04/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "15965",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.04/related/tasks/15965",
         "title": "Develop emergency management plans for recovery decision making and communications, continuity of critical departmental processes, or temporary shut-down of non-critical departments to ensure continuity of operation and governance."
      },
      {
         "id": "15962",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.04/related/tasks/15962",
         "title": "Develop disaster recovery plans for physical locations with critical assets, such as data centers."
      },
      {
         "id": "15956",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.04/related/tasks/15956",
         "title": "Test documented disaster recovery strategies and plans."
      },
      {
         "id": "15960",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.04/related/tasks/15960",
         "title": "Analyze impact on, and risk to, essential business functions or information systems to identify acceptable recovery time periods and resource requirements."
      },
      {
         "id": "15947",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1199.04/related/tasks/15947",
         "title": "Write reports to summarize testing activities, including descriptions of goals, planning, scheduling, execution, results, analysis, conclusions, and recommendations."
      }
   ]
}