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/13-2023.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "21549",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21549",
         "title": "Compute final estimation of property values, taking into account such factors as depreciation, replacement costs, value comparisons of similar properties, and income potential.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "21550",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21550",
         "title": "Prepare written reports that estimate property values, outline methods by which the estimations were made, and meet appraisal standards.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "21551",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21551",
         "title": "Inspect new construction and major improvements to existing structures to determine values.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "21552",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21552",
         "title": "Collect and analyze relevant data to identify real estate market trends.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "21553",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21553",
         "title": "Prepare and maintain current data on each parcel assessed, including maps of boundaries, inventories of land and structures, property characteristics, and any applicable exemptions.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "21554",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21554",
         "title": "Explain assessed values to property owners and defend appealed assessments at public hearings.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "21555",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21555",
         "title": "Identify the ownership of each piece of taxable property.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "21556",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21556",
         "title": "Inspect properties, considering factors such as market value, location, and building or replacement costs to determine appraisal value.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "21557",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21557",
         "title": "Complete and maintain assessment rolls that show the assessed values and status of all property in a municipality.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "21558",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21558",
         "title": "Review information about transfers of property to ensure its accuracy, checking basic information on buyers, sellers, and sales prices and making corrections as necessary.",
         "importance": 84,
         "category": "Core"
      }
   ]
}