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-1082.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 25,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-1082.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "20087",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1082.00/related/tasks/20087",
         "title": "Conduct research in a particular field of knowledge and present findings in professional journals, books, electronic media, or at professional conferences."
      },
      {
         "id": "6173",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1082.00/related/tasks/6173",
         "title": "Evaluate and grade students' class work, assignments, and papers."
      },
      {
         "id": "20088",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1082.00/related/tasks/20088",
         "title": "Keep abreast of developments in the field by reading current literature, talking with colleagues, giving presentations at conferences, and serving on committees in professional associations."
      },
      {
         "id": "6172",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1082.00/related/tasks/6172",
         "title": "Prepare and deliver lectures to undergraduate or graduate students on topics such as collection development, archival methods, and indexing and abstracting."
      },
      {
         "id": "6171",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-1082.00/related/tasks/6171",
         "title": "Prepare course materials, such as syllabi, homework assignments, and handouts."
      }
   ]
}