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-4012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18641",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/18641",
         "title": "Plan and organize the acquisition, storage, and exhibition of collections and related materials, including the selection of exhibition themes and designs, and develop or install exhibit materials."
      },
      {
         "id": "1644",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/1644",
         "title": "Develop and maintain an institution's registration, cataloging, and basic record-keeping systems, using computer databases."
      },
      {
         "id": "1649",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/1649",
         "title": "Plan and conduct special research projects in area of interest or expertise."
      },
      {
         "id": "1645",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/1645",
         "title": "Provide information from the institution's holdings to other curators and to the public."
      },
      {
         "id": "1648",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/1648",
         "title": "Negotiate and authorize purchase, sale, exchange, or loan of collections."
      }
   ]
}