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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 91,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7229",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7229",
         "title": "Direct and coordinate the activities of staff and contract personnel and evaluate their performance.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "7234",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7234",
         "title": "Prepare and administer contracts for provision of property services, such as cleaning, maintenance, and security services.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7231",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7231",
         "title": "Market vacant space to prospective tenants through leasing agents, advertising, or other methods.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7236",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7236",
         "title": "Act as liaisons between on-site managers or tenants and owners.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7222",
         "related": "https://api-v2.onetcenter.org/online/occupations/11-9141.00/related/tasks/7222",
         "title": "Investigate complaints, disturbances, and violations and resolve problems, following management rules and regulations.",
         "importance": 77,
         "category": "Core"
      }
   ]
}