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/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/19-3093.00/summary/tasks?start=6&end=10",
   "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      },
      {
         "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."
      }
   ]
}