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-9093.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "15341",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15341",
         "title": "Inspect carry-on items, using x-ray viewing equipment, to determine whether items contain objects that warrant further investigation.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "15348",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15348",
         "title": "Search carry-on or checked baggage by hand when it is suspected to contain prohibited items such as weapons.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "15332",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15332",
         "title": "Check passengers' tickets to ensure that they are valid, and to determine whether passengers have designations that require special handling, such as providing photo identification.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "15350",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15350",
         "title": "Test baggage for any explosive materials, using equipment such as explosive detection machines or chemical swab systems.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "15346",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15346",
         "title": "Perform pat-down or hand-held wand searches of passengers who have triggered machine alarms, who are unable to pass through metal detectors, or who have been randomly identified for such searches.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "15345",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15345",
         "title": "Notify supervisors or other appropriate personnel when security breaches occur.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "15349",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15349",
         "title": "Send checked baggage through automated screening machines, and set bags aside for searching or rescreening as indicated by equipment.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "15337",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15337",
         "title": "Decide whether baggage that triggers alarms should be searched or should be allowed to pass through.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "15354",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15354",
         "title": "Follow those who breach security until police or other security personnel arrive to apprehend them.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "15339",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9093.00/related/tasks/15339",
         "title": "Inform other screeners when baggage should not be opened because it might contain explosives.",
         "importance": 88,
         "category": "Core"
      }
   ]
}