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-1041.04/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "12890",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/12890",
         "title": "Prepare correspondence, reports of inspections or investigations, or recommendations for action.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "12891",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/12891",
         "title": "Examine records, reports, or other documents to establish facts or detect discrepancies.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "20843",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/20843",
         "title": "Inspect government property, such as construction sites or public housing, to ensure compliance with contract specifications or legal requirements.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "20844",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/20844",
         "title": "Investigate alleged license or permit violations.",
         "importance": 79,
         "category": "Supplemental"
      },
      {
         "id": "12894",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/12894",
         "title": "Inspect manufactured or processed products to ensure compliance with contract specifications or legal requirements.",
         "importance": 72,
         "category": "Supplemental"
      },
      {
         "id": "12893",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/12893",
         "title": "Collect, identify, evaluate, or preserve case evidence.",
         "importance": 71,
         "category": "Supplemental"
      },
      {
         "id": "12900",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/12900",
         "title": "Submit samples of products to government laboratories for testing, as required.",
         "importance": 70,
         "category": "Supplemental"
      },
      {
         "id": "12898",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/12898",
         "title": "Inspect government-owned equipment or materials in the possession of private contractors to ensure compliance with contracts or regulations or to prevent misuse.",
         "importance": 68,
         "category": "Supplemental"
      },
      {
         "id": "20845",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/20845",
         "title": "Investigate applications for special licenses or permits.",
         "importance": 65,
         "category": "Supplemental"
      },
      {
         "id": "12899",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-1041.04/related/tasks/12899",
         "title": "Recommend legal or administrative action to protect government property.",
         "importance": 65,
         "category": "Supplemental"
      }
   ]
}