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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7939",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7939",
         "title": "Respond to and make radio dispatch calls regarding parking violations and complaints.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "7936",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7936",
         "title": "Maintain close communications with dispatching personnel, using two-way radios or cell phones.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "7942",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7942",
         "title": "Perform simple vehicle maintenance procedures, such as checking oil and gas, and report mechanical problems to supervisors.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "7943",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7943",
         "title": "Observe and report hazardous conditions, such as missing traffic signals or signs, and street markings that need to be repainted.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "7941",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-3041.00/related/tasks/7941",
         "title": "Identify vehicles in violation of parking codes, checking with dispatchers when necessary to confirm identities or to determine whether vehicles need to be booted or towed.",
         "importance": 77,
         "category": "Core"
      }
   ]
}