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-4011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "7631",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7631",
         "title": "Organize archival records and develop classification systems to facilitate access to archival materials.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "7633",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7633",
         "title": "Provide reference services and assistance for users needing archival materials.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "7635",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7635",
         "title": "Prepare archival records, such as document descriptions, to allow easy access to information.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "7630",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7630",
         "title": "Create and maintain accessible, retrievable computer archives and databases, incorporating current advances in electronic information storage technology.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7637",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7637",
         "title": "Establish and administer policy guidelines concerning public access and use of materials.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "7634",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7634",
         "title": "Direct activities of workers who assist in arranging, cataloguing, exhibiting, and maintaining collections of valuable materials.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7636",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7636",
         "title": "Preserve records, documents, and objects, copying records to film, videotape, audiotape, disk, or computer formats as necessary.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "7639",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7639",
         "title": "Research and record the origins and historical significance of archival materials.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "7638",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7638",
         "title": "Locate new materials and direct their acquisition and display.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "7632",
         "related": "https://api-v2.onetcenter.org/online/occupations/25-4011.00/related/tasks/7632",
         "title": "Authenticate and appraise historical documents and archival materials.",
         "importance": 72,
         "category": "Core"
      }
   ]
}