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-9032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "20894",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/20894",
         "title": "Lock doors and gates of entrances and exits to secure buildings.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "2131",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2131",
         "title": "Patrol industrial or commercial premises to prevent and detect signs of intrusion and ensure security of doors, windows, and gates.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "20895",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/20895",
         "title": "Respond to medical emergencies by administering basic first aid or by obtaining assistance from paramedics.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "2132",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2132",
         "title": "Answer alarms and investigate disturbances.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2136",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2136",
         "title": "Circulate among visitors, patrons, or employees to preserve order and protect property.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "2133",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2133",
         "title": "Monitor and authorize entrance and departure of employees, visitors, and other persons to guard against theft and maintain security of premises.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "2134",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2134",
         "title": "Write reports of daily activities and irregularities, such as equipment or property damage, theft, presence of unauthorized persons, or unusual occurrences.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "2138",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2138",
         "title": "Warn persons of rule infractions or violations, and apprehend or evict violators from premises, using force when necessary.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "2137",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2137",
         "title": "Answer telephone calls to take messages, answer questions, and provide information during non-business hours or when switchboard is closed.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "2135",
         "related": "https://api-v2.onetcenter.org/online/occupations/33-9032.00/related/tasks/2135",
         "title": "Call police or fire departments in cases of emergency, such as fire or presence of unauthorized persons.",
         "importance": 86,
         "category": "Core"
      }
   ]
}