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-3011.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20123",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/20123",
         "title": "Screen persons entering courthouse using magnetometers, x-ray machines, and other devices to collect and retain unauthorized firearms and other contraband."
      },
      {
         "id": "20127",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/20127",
         "title": "Escort prisoners to and from courthouse and maintain custody of prisoners during court proceedings."
      },
      {
         "id": "2091",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/2091",
         "title": "Maintain order in courtroom during trial and guard jury from outside contact."
      },
      {
         "id": "20124",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/20124",
         "title": "Provide security by patrolling interior and exterior of courthouse and escorting judges and other court employees."
      },
      {
         "id": "2092",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/2092",
         "title": "Guard lodging of sequestered jury."
      }
   ]
}