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/11-9141.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7228",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7228",
         "title": "Prepare detailed budgets and financial reports for properties."
      },
      {
         "id": "7224",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7224",
         "title": "Manage and oversee operations, maintenance, administration, and improvement of commercial, industrial, or residential properties."
      },
      {
         "id": "7223",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7223",
         "title": "Plan, schedule, and coordinate general maintenance, major repairs, and remodeling or construction projects for commercial or residential properties."
      },
      {
         "id": "7220",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7220",
         "title": "Direct collection of monthly assessments, rental fees, and deposits and payment of insurance premiums, mortgage, taxes, and incurred operating expenses."
      },
      {
         "id": "7241",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7241",
         "title": "Meet with clients to negotiate management and service contracts, determine priorities, and discuss the financial and operational status of properties."
      }
   ]
}