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-9022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "2443",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2443",
         "title": "Prepare documents such as representation contracts, purchase agreements, closing statements, deeds, and leases.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "2440",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2440",
         "title": "Present purchase offers to sellers for consideration.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "2445",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2445",
         "title": "Act as an intermediary in negotiations between buyers and sellers, generally representing one or the other.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "2449",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2449",
         "title": "Generate lists of properties that are compatible with buyers' needs and financial resources.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2441",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2441",
         "title": "Confer with escrow companies, lenders, home inspectors, and pest control operators to ensure that terms and conditions of purchase agreements are met before closing dates.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2446",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2446",
         "title": "Promote sales of properties through advertisements, open houses, and participation in multiple listing services.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2447",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2447",
         "title": "Compare a property with similar properties that have recently sold to determine its competitive market price.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2444",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2444",
         "title": "Coordinate property closings, overseeing signing of documents and disbursement of funds.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2442",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2442",
         "title": "Interview clients to determine what kinds of properties they are seeking.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "21155",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/21155",
         "title": "Contact previous clients for prospecting of referral business.",
         "importance": 85,
         "category": "Core"
      }
   ]
}