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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/details/tasks?start=11&end=14",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "3516",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3516",
         "title": "Revise existing maps and charts, making all necessary corrections and adjustments.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "3514",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3514",
         "title": "Identify, scale, and orient geodetic points, elevations, and other planimetric or topographic features, applying standard mathematical formulas.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "3515",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3515",
         "title": "Collect information about specific features of the Earth, using aerial photography and other digital remote sensing techniques.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "3520",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3520",
         "title": "Examine and analyze data from ground surveys, reports, aerial photographs, and satellite images to prepare topographic maps, aerial-photograph mosaics, and related charts.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "3523",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1021.00/related/tasks/3523",
         "title": "Build and update digital databases.",
         "importance": 71,
         "category": "Core"
      }
   ]
}