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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/details/tasks?start=11&end=16",
   "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.",
         "importance": 94,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "9230",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9230",
         "title": "Prepare lists of all legal instruments applying to a specific piece of land and the buildings on it.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "9232",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9232",
         "title": "Read search requests to ascertain types of title evidence required and to obtain descriptions of properties and names of involved parties.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9240",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9240",
         "title": "Obtain maps or drawings delineating properties from company title plants, county surveyors, or assessors' offices.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "9237",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9237",
         "title": "Confer with realtors, lending institution personnel, buyers, sellers, contractors, surveyors, and courthouse personnel to exchange title-related information or to resolve problems.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9238",
         "related": "https://api-v2.onetcenter.org/online/occupations/23-2093.00/related/tasks/9238",
         "title": "Enter into record-keeping systems appropriate data needed to create new title records or to update existing ones.",
         "importance": 76,
         "category": "Core"
      }
   ]
}