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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/41-9021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}