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

URL:
https://api-v2.onetcenter.org/online/occupations/33-3011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/details/tasks?start=11&end=15",
   "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.",
         "importance": 93,
         "category": "Core"
      },
      {
         "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.",
         "importance": 90,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "2092",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/2092",
         "title": "Guard lodging of sequestered jury.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "2094",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/2094",
         "title": "Enforce courtroom rules of behavior and warn persons not to smoke or disturb court procedure.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "21197",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/21197",
         "title": "Arrest persons in court when arrest warrants have been issued.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "2095",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/2095",
         "title": "Report need for police or medical assistance to sheriff's office.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "20125",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/20125",
         "title": "Check courtroom for security and cleanliness and assure availability of sundry supplies, such as notepads, for use by judge, jurors, and attorneys.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "2098",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3011.00/related/tasks/2098",
         "title": "Stop people from entering courtroom while judge charges jury.",
         "importance": 76,
         "category": "Core"
      }
   ]
}