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-1022.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 24,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "3530",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3530",
         "title": "Direct or conduct surveys to establish legal boundaries for properties, based on legal deeds and titles.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "3528",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3528",
         "title": "Prepare and maintain sketches, maps, reports, and legal descriptions of surveys to describe, certify, and assume liability for work performed.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "3534",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3534",
         "title": "Write descriptions of property boundary surveys for use in deeds, leases, or other legal documents.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "3529",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3529",
         "title": "Verify the accuracy of survey data, including measurements and calculations conducted at survey sites.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "3536",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3536",
         "title": "Search legal records, survey records, and land titles to obtain information about property boundaries in areas to be surveyed.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "3531",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3531",
         "title": "Record the results of surveys, including the shape, contour, location, elevation, and dimensions of land or land features.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "3533",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3533",
         "title": "Prepare, or supervise preparation of, all data, charts, plots, maps, records, and documents related to surveys.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "3543",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3543",
         "title": "Compute geodetic measurements and interpret survey data to determine positions, shapes, and elevations of geomorphic and topographic features.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3532",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3532",
         "title": "Calculate heights, depths, relative positions, property lines, and other characteristics of terrain.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "3535",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.00/related/tasks/3535",
         "title": "Plan and conduct ground surveys designed to establish baselines, elevations, and other geodetic measurements.",
         "importance": 81,
         "category": "Core"
      }
   ]
}