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/41-9021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "4599",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4599",
         "title": "Sell, for a fee, real estate owned by others.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "4600",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4600",
         "title": "Obtain agreements from property owners to place properties for sale with real estate firms.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "4603",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4603",
         "title": "Act as an intermediary in negotiations between buyers and sellers over property prices and settlement details and during the closing of sales.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "4604",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4604",
         "title": "Generate lists of properties for sale, their locations, descriptions, and available financing options, using computers.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4610",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4610",
         "title": "Manage or operate real estate offices, handling associated business details.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4602",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4602",
         "title": "Compare a property with similar properties that have recently sold to determine its competitive market price.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "4605",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4605",
         "title": "Maintain knowledge of real estate law, local economies, fair housing laws, types of available mortgages, financing options, and government programs.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "4601",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4601",
         "title": "Monitor fulfillment of purchase contract terms to ensure that they are handled in a timely manner.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "4606",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4606",
         "title": "Check work completed by loan officers, attorneys, or other professionals to ensure that it is performed properly.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "4612",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/related/tasks/4612",
         "title": "Rent properties or manage rental properties.",
         "importance": 71,
         "category": "Core"
      }
   ]
}