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-3012.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 18,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/details/tasks?start=11&end=18",
   "task": [
      {
         "id": "21",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/21",
         "title": "Prepare and review operational reports and schedules to ensure accuracy and efficiency.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "20",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/20",
         "title": "Set goals and deadlines for the department.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "23",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/23",
         "title": "Acquire, distribute and store supplies.",
         "importance": 60,
         "category": "Core"
      },
      {
         "id": "22",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/22",
         "title": "Analyze internal processes and recommend and implement procedural or policy changes to improve operations, such as supply changes or the disposal of records.",
         "importance": 58,
         "category": "Core"
      },
      {
         "id": "30",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/30",
         "title": "Conduct classes to teach procedures to staff.",
         "importance": 55,
         "category": "Core"
      },
      {
         "id": "24",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/24",
         "title": "Plan, administer, and control budgets for contracts, equipment, and supplies.",
         "importance": 77,
         "category": "Supplemental"
      },
      {
         "id": "26",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/26",
         "title": "Hire and terminate clerical and administrative personnel.",
         "importance": 74,
         "category": "Supplemental"
      },
      {
         "id": "19",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/19",
         "title": "Direct or coordinate the supportive services department of a business, agency, or organization.",
         "importance": 73,
         "category": "Supplemental"
      },
      {
         "id": "21262",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/21262",
         "title": "Communicate with and provide guidance for external vendors and service providers to ensure the organization, department, or work unit's business needs are met."
      },
      {
         "id": "21263",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-3012.00/related/tasks/21263",
         "title": "Develop operational standards and procedures for the work unit or department."
      }
   ]
}