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-3041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "7951",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7951",
         "title": "Enter and retrieve information pertaining to vehicle registration, identification, and status, using hand-held computers."
      },
      {
         "id": "7935",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7935",
         "title": "Patrol an assigned area by vehicle or on foot to ensure public compliance with existing parking ordinance."
      },
      {
         "id": "7937",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7937",
         "title": "Write warnings and citations for illegally parked vehicles."
      },
      {
         "id": "7947",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7947",
         "title": "Appear in court at hearings regarding contested traffic citations."
      },
      {
         "id": "7945",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7945",
         "title": "Maintain assigned equipment and supplies, such as hand-held citation computers, citation books, rain gear, tire-marking chalk, and street cones."
      }
   ]
}