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/43-3051.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2519",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/2519",
         "title": "Verify attendance, hours worked, and pay adjustments, and post information onto designated records.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "2515",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/2515",
         "title": "Process and issue employee paychecks and statements of earnings and deductions.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2516",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/2516",
         "title": "Compute wages and deductions, and enter data into computers.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "18562",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/18562",
         "title": "Process paperwork for new employees and enter employee information into the payroll system.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2528",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/2528",
         "title": "Prepare and balance period-end reports, and reconcile issued payrolls to bank statements.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "2518",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/2518",
         "title": "Review time sheets, work charts, wage computation, and other information to detect and reconcile payroll discrepancies.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2526",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/2526",
         "title": "Distribute and collect timecards each pay period.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2520",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/2520",
         "title": "Record employee information, such as exemptions, transfers, and resignations, to maintain and update payroll records.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2521",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/2521",
         "title": "Issue and record adjustments to pay related to previous errors or retroactive increases.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "18563",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3051.00/related/tasks/18563",
         "title": "Keep track of leave time, such as vacation, personal, and sick leave, for employees.",
         "importance": 86,
         "category": "Core"
      }
   ]
}