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-1082.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21462",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21462",
         "title": "Assign duties or responsibilities to project personnel."
      },
      {
         "id": "21463",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21463",
         "title": "Communicate with key stakeholders to determine project requirements and objectives."
      },
      {
         "id": "21464",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21464",
         "title": "Confer with project personnel to identify and resolve problems."
      },
      {
         "id": "21465",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21465",
         "title": "Create project status presentations for delivery to customers or project personnel."
      },
      {
         "id": "21466",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21466",
         "title": "Develop or update project plans including information such as objectives, technologies, schedules, funding, and staffing."
      },
      {
         "id": "21467",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21467",
         "title": "Identify project needs such as resources, staff, or finances by reviewing project objectives and schedules."
      },
      {
         "id": "21468",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21468",
         "title": "Identify, review, or select vendors or consultants to meet project needs."
      },
      {
         "id": "21469",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21469",
         "title": "Monitor costs incurred by project staff to identify budget issues."
      },
      {
         "id": "21470",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21470",
         "title": "Monitor project milestones and deliverables."
      },
      {
         "id": "21471",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1082.00/related/tasks/21471",
         "title": "Monitor the performance of project team members to provide performance feedback."
      }
   ]
}