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/33-9021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "13095",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13095",
         "title": "Write reports or case summaries to document investigations.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "13099",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13099",
         "title": "Conduct private investigations on a paid basis.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "13096",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13096",
         "title": "Search computer databases, credit reports, public records, tax or legal filings, or other resources to locate persons or to compile information for investigations.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "20758",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/20758",
         "title": "Conduct personal background investigations, such as pre-employment checks, to obtain information about an individual's character, financial status, or personal history.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13106",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13106",
         "title": "Expose fraudulent insurance claims or stolen funds.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "13097",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13097",
         "title": "Obtain and analyze information on suspects, crimes, or disturbances to solve cases, to identify criminal activity, or to gather information for court cases.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13100",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13100",
         "title": "Testify at hearings or court trials to present evidence.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13101",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13101",
         "title": "Question persons to obtain evidence for cases of divorce, child custody, or missing persons or information about individuals' character or financial status.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "13102",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13102",
         "title": "Observe and document activities of individuals to detect unlawful acts or to obtain evidence for cases, using binoculars and still or video cameras.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "13107",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13107",
         "title": "Confer with establishment officials, security departments, police, or postal officials to identify problems, provide information, or receive instructions.",
         "importance": 65,
         "category": "Core"
      }
   ]
}