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/23-2093.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "9231",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9231",
         "title": "Examine documentation such as mortgages, liens, judgments, easements, plat books, maps, contracts, and agreements to verify factors such as properties' legal descriptions, ownership, or restrictions."
      },
      {
         "id": "9234",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9234",
         "title": "Examine individual titles to determine if restrictions, such as delinquent taxes, will affect titles and limit property use."
      },
      {
         "id": "9235",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9235",
         "title": "Prepare reports describing any title encumbrances encountered during searching activities and outlining actions needed to clear titles."
      },
      {
         "id": "9233",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9233",
         "title": "Copy or summarize recorded documents, such as mortgages, trust deeds, and contracts, that affect property titles."
      },
      {
         "id": "9236",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9236",
         "title": "Verify accuracy and completeness of land-related documents accepted for registration, preparing rejection notices when documents are not acceptable."
      }
   ]
}