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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2031.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}