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-3031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2487",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2487",
         "title": "Operate computers programmed with accounting software to record, store, and analyze information.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "2486",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2486",
         "title": "Check figures, postings, and documents for correct entry, mathematical accuracy, and proper codes.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2488",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2488",
         "title": "Comply with federal, state, and company policies, procedures, and regulations.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2495",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2495",
         "title": "Operate 10-key calculators, typewriters, and copy machines to perform calculations and produce documents.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2500",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2500",
         "title": "Receive, record, and bank cash, checks, and vouchers.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2493",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2493",
         "title": "Code documents according to company procedures.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2497",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2497",
         "title": "Perform financial calculations, such as amounts due, interest charges, balances, discounts, equity, and principal.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2496",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2496",
         "title": "Reconcile or note and report discrepancies found in records.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2498",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2498",
         "title": "Perform general office duties, such as filing, answering telephones, and handling routine correspondence.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "2494",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-3031.00/related/tasks/2494",
         "title": "Access computerized financial information to answer general questions as well as those related to specific accounts.",
         "importance": 80,
         "category": "Core"
      }
   ]
}