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/17-1021.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "3517",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3517",
         "title": "Compile data required for map preparation, including aerial photographs, survey notes, records, reports, and original maps."
      },
      {
         "id": "3522",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3522",
         "title": "Delineate aerial photographic detail, such as control points, hydrography, topography, and cultural features, using precision stereoplotting apparatus or drafting instruments."
      },
      {
         "id": "3524",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3524",
         "title": "Prepare and alter trace maps, charts, tables, detailed drawings, and three-dimensional optical models of terrain using stereoscopic plotting and computer graphics equipment."
      },
      {
         "id": "3526",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3526",
         "title": "Study legal records to establish boundaries of local, national, and international properties."
      },
      {
         "id": "3518",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3518",
         "title": "Inspect final compositions to ensure completeness and accuracy."
      }
   ]
}