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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 89,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6972",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/6972",
         "title": "Mediate interpersonal problems between residents.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "6970",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/6970",
         "title": "Enforce rules and regulations to ensure the smooth and orderly operation of dormitory programs.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "6978",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/6978",
         "title": "Determine the need for facility maintenance and repair, and notify appropriate personnel.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "6979",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/6979",
         "title": "Collaborate with counselors to develop counseling programs that address the needs of individual students.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "20137",
         "related": "https://api-v2.onetcenter.org/online/occupations/39-9041.00/related/tasks/20137",
         "title": "Develop and coordinate educational programs for residents.",
         "importance": 75,
         "category": "Core"
      }
   ]
}