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-1299.09/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "16169",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16169",
         "title": "Manage project execution to ensure adherence to budget, schedule, and scope.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "16154",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16154",
         "title": "Confer with project personnel to identify and resolve problems.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "16157",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16157",
         "title": "Monitor or track project milestones and deliverables.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "16152",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16152",
         "title": "Submit project deliverables, ensuring adherence to quality standards.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16155",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16155",
         "title": "Assess current or future customer needs and priorities by communicating directly with customers, conducting surveys, or other methods.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16159",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16159",
         "title": "Initiate, review, or approve modifications to project plans.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16156",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16156",
         "title": "Schedule and facilitate meetings related to information technology projects.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "16163",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16163",
         "title": "Direct or coordinate activities of project personnel.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "16164",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16164",
         "title": "Develop implementation plans that include analyses such as cost-benefit or return on investment (ROI).",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "16162",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1299.09/related/tasks/16162",
         "title": "Identify need for initial or supplemental project resources.",
         "importance": 76,
         "category": "Core"
      }
   ]
}