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-3052.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/details/tasks?start=11&end=12",
   "task": [
      {
         "id": "9478",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/9478",
         "title": "Prepare reports documenting investigation activities and results.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "21002",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/21002",
         "title": "Monitor transit areas and conduct security checks to protect railroad properties, patrons, and employees.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "9477",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/9477",
         "title": "Apprehend or remove trespassers or thieves from railroad property or coordinate with law enforcement agencies in apprehensions and removals.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "9480",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/9480",
         "title": "Direct security activities at derailments, fires, floods, or strikes involving railroad property.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9475",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/9475",
         "title": "Patrol railroad yards, cars, stations, or other facilities to protect company property or shipments and to maintain order.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9479",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/9479",
         "title": "Investigate or direct investigations of freight theft, suspicious damage or loss of passengers' valuables, or other crimes on railroad property.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "9476",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/9476",
         "title": "Examine credentials of unauthorized persons attempting to enter secured areas.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "21003",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/21003",
         "title": "Enforce traffic laws regarding the transit system and reprimand individuals who violate them.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "21004",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/21004",
         "title": "Provide training to the public or law enforcement personnel in railroad safety or security.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "9484",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/related/tasks/9484",
         "title": "Plan or implement special safety or preventive programs, such as fire or accident prevention.",
         "importance": 60,
         "category": "Core"
      }
   ]
}