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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 12,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3052.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}