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-1111.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 11,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/details/tasks?start=11&end=11",
   "task": [
      {
         "id": "7276",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7276",
         "title": "Gather and organize information on problems or procedures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7278",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7278",
         "title": "Confer with personnel concerned to ensure successful functioning of newly implemented systems or procedures.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7277",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7277",
         "title": "Analyze data gathered and develop solutions or alternative methods of proceeding.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7282",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7282",
         "title": "Document findings of study and prepare recommendations for implementation of new systems, procedures, or organizational changes.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7285",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7285",
         "title": "Plan study of work problems and procedures, such as organizational change, communications, information flow, integrated production methods, inventory control, or cost analysis.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7281",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7281",
         "title": "Interview personnel and conduct on-site observation to ascertain unit functions, work performed, and methods, equipment, and personnel used.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7283",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7283",
         "title": "Prepare manuals and train workers in use of new forms, reports, procedures or equipment, according to organizational policy.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "7280",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7280",
         "title": "Review forms and reports and confer with management and users about format, distribution, and purpose, identifying problems and improvements.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "7279",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7279",
         "title": "Develop and implement records management program for filing, protection, and retrieval of records, and assure compliance with program.",
         "importance": 65,
         "category": "Core"
      },
      {
         "id": "7284",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1111.00/related/tasks/7284",
         "title": "Design, evaluate, recommend, and approve changes of forms and reports.",
         "importance": 55,
         "category": "Core"
      }
   ]
}