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/43-4121.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 32,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "2645",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/2645",
         "title": "Sort books, publications, and other items according to established procedure and return them to shelves, files, or other designated storage areas."
      },
      {
         "id": "18769",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/18769",
         "title": "Open and close library during specified hours and secure library equipment, such as computers and audio-visual equipment."
      },
      {
         "id": "2646",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/2646",
         "title": "Locate library materials for patrons, including books, periodicals, tape cassettes, Braille volumes, and pictures."
      },
      {
         "id": "2643",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/2643",
         "title": "Enter and update patrons' records on computers."
      },
      {
         "id": "2649",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/2649",
         "title": "Answer routine inquiries and refer patrons in need of professional assistance to librarians."
      }
   ]
}