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-2031.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "3394",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3394",
         "title": "Analyze monthly department budgeting and accounting reports to maintain expenditure controls.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3398",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3398",
         "title": "Provide advice and technical assistance with cost analysis, fiscal allocation, and budget preparation.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3401",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3401",
         "title": "Review operating budgets to analyze trends affecting budget needs.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "3405",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3405",
         "title": "Compile and analyze accounting records and other data to determine the financial resources required to implement a program.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "3402",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3402",
         "title": "Examine budget estimates for completeness, accuracy, and conformance with procedures and regulations.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "3399",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3399",
         "title": "Summarize budgets and submit recommendations for the approval or disapproval of funds requests.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "3396",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3396",
         "title": "Consult with managers to ensure that budget adjustments are made in accordance with program changes.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "3395",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3395",
         "title": "Direct the preparation of regular and special budget reports.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3404",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3404",
         "title": "Interpret budget directives and establish policies for carrying out directives.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3403",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/related/tasks/3403",
         "title": "Perform cost-benefit analyses to compare operating programs, review financial requests, or explore alternative financing methods.",
         "importance": 68,
         "category": "Core"
      }
   ]
}