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/25-1121.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 28,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "6262",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6262",
         "title": "Explain and demonstrate artistic techniques.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "6261",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6261",
         "title": "Evaluate and grade students' class work, performances, projects, assignments, and papers.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "6263",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6263",
         "title": "Prepare students for performances, exams, or assessments.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "6267",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6267",
         "title": "Initiate, facilitate, and moderate classroom discussions.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "6264",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6264",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as acting techniques, fundamentals of music, and art history.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "6266",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6266",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "6270",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6270",
         "title": "Maintain student attendance records, grades, and other required records.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "6268",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6268",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, and participating in professional conferences.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "6273",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6273",
         "title": "Plan, evaluate, and revise curricula, course content, course materials, and methods of instruction.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "6275",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1121.00/related/tasks/6275",
         "title": "Compile, administer, and grade examinations, or assign this work to others.",
         "importance": 78,
         "category": "Core"
      }
   ]
}