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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 7,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1032.00/summary/tasks?start=6&end=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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}