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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 32,
   "next": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "2643",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/2643",
         "title": "Enter and update patrons' records on computers.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "18773",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/18773",
         "title": "Manage reserve materials by placing items on reserve for library patrons, checking items in and out of library, and removing out-of-date items.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "18774",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/18774",
         "title": "Lend, reserve, and collect books, periodicals, videotapes, and other materials at circulation desks and process materials for inter-library loans.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "2647",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/2647",
         "title": "Instruct patrons on how to use reference sources, card catalogs, and automated information systems.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "2648",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/2648",
         "title": "Inspect returned books for condition and due-date status and compute any applicable fines.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "2650",
         "related": "https://api-v2.onetcenter.org/online/occupations/43-4121.00/related/tasks/2650",
         "title": "Maintain records of items received, stored, issued, and returned and file catalog cards according to system used.",
         "importance": 76,
         "category": "Core"
      }
   ]
}