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/39-9041.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "6974",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/6974",
         "title": "Communicate with other staff to resolve problems with individual students."
      },
      {
         "id": "6977",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/6977",
         "title": "Observe students to detect and report unusual behavior."
      },
      {
         "id": "20138",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/20138",
         "title": "Supervise, train, and evaluate residence hall staff, including resident assistants, participants in work-study programs, and other student workers."
      },
      {
         "id": "6971",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/6971",
         "title": "Provide emergency first aid and summon medical assistance when necessary."
      },
      {
         "id": "6976",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/6976",
         "title": "Make regular rounds to ensure that residents and areas are safe and secure."
      }
   ]
}