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-4031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "1688",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/1688",
         "title": "Reserve, circulate, renew, and discharge books and other materials."
      },
      {
         "id": "18511",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/18511",
         "title": "Answer routine telephone or in-person reference inquiries, referring patrons to librarians for further assistance, when necessary."
      },
      {
         "id": "18510",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/18510",
         "title": "Help patrons find and use library resources, such as reference materials, audio-visual equipment, computers, and other electronic resources and provide technical assistance when needed."
      },
      {
         "id": "1696",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/1696",
         "title": "Deliver and retrieve items throughout the library by hand or using pushcart."
      },
      {
         "id": "1699",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/1699",
         "title": "Process print and non-print library materials to prepare them for inclusion in library collections."
      }
   ]
}