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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "22412",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22412",
         "title": "Analyze patrons' requests to determine needed information and assist in furnishing or locating that information.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "22413",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22413",
         "title": "Supervise daily library operations, budgeting, planning, and personnel activities, such as hiring, training, scheduling, and performance evaluations.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "22414",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22414",
         "title": "Plan and teach classes on topics such as information literacy, library instruction, and technology use.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "22415",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22415",
         "title": "Confer with colleagues, faculty, and community members and organizations to conduct informational programs, make collection decisions, and determine library services to offer.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "22416",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/related/tasks/22416",
         "title": "Code, classify, and catalog books, publications, films, audio-visual aids, and other library materials, based on subject matter or standard library classification systems.",
         "importance": 72,
         "category": "Core"
      }
   ]
}