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-1032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 7,
   "total": 7,
   "task": [
      {
         "id": "7249",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/related/tasks/7249",
         "title": "Evaluate practicality of repair as opposed to payment of market value of vehicle before accident.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "7247",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/related/tasks/7247",
         "title": "Review repair cost estimates with automobile repair shop to secure agreement on cost of repairs.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "7248",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/related/tasks/7248",
         "title": "Examine damaged vehicle to determine extent of structural, body, mechanical, electrical, or interior damage.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "7251",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/related/tasks/7251",
         "title": "Prepare insurance forms to indicate repair cost estimates and recommendations.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "7246",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/related/tasks/7246",
         "title": "Estimate parts and labor to repair damage, using standard automotive labor and parts cost manuals and knowledge of automotive repair.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "7250",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/related/tasks/7250",
         "title": "Determine salvage value on total-loss vehicle.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7252",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/related/tasks/7252",
         "title": "Arrange to have damage appraised by another appraiser to resolve disagreement with shop on repair cost.",
         "importance": 61,
         "category": "Core"
      }
   ]
}