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-4022.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22407",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22407",
         "title": "Check books in and out of the library."
      },
      {
         "id": "22408",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22408",
         "title": "Teach library patrons basic computer skills, such as searching computerized databases."
      },
      {
         "id": "22409",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22409",
         "title": "Review and evaluate materials, using book reviews, catalogs, faculty recommendations, and current holdings to select and order print, audio-visual, and electronic resources."
      },
      {
         "id": "22411",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22411",
         "title": "Search standard reference materials, including online sources and the Internet, to answer patrons' reference questions."
      },
      {
         "id": "22410",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22410",
         "title": "Keep up-to-date records of circulation and materials, maintain inventory, and correct cataloging errors."
      }
   ]
}