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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 15,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/details/tasks?start=11&end=15",
   "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 76,
         "category": "Core"
      },
      {
         "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.",
         "importance": 74,
         "category": "Core"
      },
      {
         "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.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1655",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/1655",
         "title": "Study, examine, and test acquisitions to authenticate their origin, composition, history, and to assess their current value.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "1646",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/1646",
         "title": "Inspect premises to assess the need for repairs and to ensure that climate and pest control issues are addressed.",
         "importance": 70,
         "category": "Core"
      },
      {
         "id": "1654",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/1654",
         "title": "Write and review grant proposals, journal articles, institutional reports, and publicity materials.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "18642",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/18642",
         "title": "Design, organize, or conduct tours, workshops, and instructional or educational sessions to acquaint individuals with an institution's facilities and materials.",
         "importance": 69,
         "category": "Core"
      },
      {
         "id": "1652",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/related/tasks/1652",
         "title": "Attend meetings, conventions, and civic events to promote use of institution's services, to seek financing, and to maintain community alliances.",
         "importance": 66,
         "category": "Core"
      }
   ]
}