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/19-3093.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "20744",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/20744",
         "title": "Conserve and preserve manuscripts, records, and other artifacts.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3718",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3718",
         "title": "Gather historical data from sources such as archives, court records, diaries, news files, and photographs, as well as from books, pamphlets, and periodicals.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "3720",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3720",
         "title": "Conduct historical research as a basis for the identification, conservation, and reconstruction of historic places and materials.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3729",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3729",
         "title": "Research and prepare manuscripts in support of public programming and the development of exhibits at historic sites, museums, libraries, and archives.",
         "importance": 74,
         "category": "Core"
      },
      {
         "id": "3726",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3726",
         "title": "Present historical accounts in terms of individuals or social, ethnic, political, economic, or geographic groupings.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "3717",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3717",
         "title": "Organize data, and analyze and interpret its authenticity and relative significance.",
         "importance": 72,
         "category": "Core"
      },
      {
         "id": "3725",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3725",
         "title": "Research the history of a particular country or region, or of a specific time period.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "3722",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3722",
         "title": "Conduct historical research, and publish or present findings and theories.",
         "importance": 71,
         "category": "Core"
      },
      {
         "id": "3734",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3734",
         "title": "Recommend actions related to historical art, such as which items to add to a collection or which items to display in an exhibit.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "3727",
         "related": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/related/tasks/3727",
         "title": "Determine which topics to research, or pursue research topics specified by clients or employers.",
         "importance": 68,
         "category": "Core"
      }
   ]
}