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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 33,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "2440",
         "related": "https://api-v2.onetcenter.org/online/occupations/41-9022.00/related/tasks/2440",
         "title": "Present purchase offers to sellers for consideration."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}