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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "id": "13099",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13099",
         "title": "Conduct private investigations on a paid basis."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "id": "13106",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9021.00/related/tasks/13106",
         "title": "Expose fraudulent insurance claims or stolen funds."
      }
   ]
}