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-2022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "21535",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21535",
         "title": "Calculate the value of property based on comparisons to recent sales, estimated cost to reproduce, and anticipated property income streams."
      },
      {
         "id": "21536",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21536",
         "title": "Create and maintain a database of completed appraisals."
      },
      {
         "id": "21537",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21537",
         "title": "Determine the appropriate type of valuation to make, such as fair market, replacement, or liquidation, based on the needs of the property owner."
      },
      {
         "id": "21538",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21538",
         "title": "Document physical characteristics of property such as measurements, quality, and design."
      },
      {
         "id": "21539",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21539",
         "title": "Forecast the value of property."
      },
      {
         "id": "21540",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21540",
         "title": "Inspect personal or business property."
      },
      {
         "id": "21541",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21541",
         "title": "Locate and record data on sales of comparable property using specialized software, internet searches, or personal records."
      },
      {
         "id": "21542",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21542",
         "title": "Recommend loan amounts based on the value of property being used as collateral."
      },
      {
         "id": "21543",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21543",
         "title": "Take photographs of property."
      },
      {
         "id": "21544",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2022.00/related/tasks/21544",
         "title": "Testify in court as to the value of a piece of tangible property."
      }
   ]
}