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/11-3013.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "21276",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21276",
         "title": "Monitor the facility to ensure that it remains safe, secure, and well-maintained.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "21278",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21278",
         "title": "Oversee the maintenance and repair of machinery, equipment, and electrical and mechanical systems.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "21277",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21277",
         "title": "Oversee construction and renovation projects to improve efficiency and to ensure that facilities meet environmental, health, and security standards, and comply with government regulations.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "21280",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21280",
         "title": "Plan, administer, and control budgets for contracts, equipment, and supplies.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "21279",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21279",
         "title": "Participate in architectural and engineering planning and design, including space and installation management.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "21282",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21282",
         "title": "Set goals and deadlines for the department.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "21273",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21273",
         "title": "Conduct classes to teach procedures to staff.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "21281",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21281",
         "title": "Prepare and review operational reports and schedules to ensure accuracy and efficiency.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "21272",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21272",
         "title": "Acquire, distribute and store supplies.",
         "importance": 62,
         "category": "Core"
      },
      {
         "id": "21274",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3013.00/related/tasks/21274",
         "title": "Dispose of, or oversee the disposal of, surplus or unclaimed property.",
         "importance": 51,
         "category": "Core"
      }
   ]
}