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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 31,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 83,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "18512",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/18512",
         "title": "Catalogue and sort books and other print and non-print materials according to procedure and return them to shelves, files, or other designated storage areas.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "1689",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/1689",
         "title": "Enter and update patrons' records on computers.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "1690",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/1690",
         "title": "Provide assistance to teachers and students by locating materials and helping to complete special projects.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "1702",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/1702",
         "title": "Compile and maintain records relating to circulation, materials, and equipment.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1697",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4031.00/related/tasks/1697",
         "title": "Take actions to halt disruption of library activities by problem patrons.",
         "importance": 70,
         "category": "Core"
      }
   ]
}