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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "16299",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16299",
         "title": "Analyze control or survey data to ensure adherence to project specifications or land survey standards.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "16302",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16302",
         "title": "Conduct surveys to determine exact positions, measurement of points, elevations, lines, areas, volumes, contours, or other features of land surfaces.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "16298",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16298",
         "title": "Calculate the exact horizontal and vertical position of points on the Earth's surface.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "16295",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16295",
         "title": "Maintain databases of geodetic and related information, including coordinate, descriptive, or quality assurance data.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "16292",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16292",
         "title": "Verify the mathematical correctness of newly collected survey data.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "16297",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16297",
         "title": "Compute horizontal and vertical coordinates of control networks, using direct leveling or other geodetic survey techniques, such as triangulation, trilateration, and traversing, to establish features of the Earth's surface.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "16289",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16289",
         "title": "Plan or direct the work of geodetic surveying staff, providing technical consultation as needed.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "16300",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16300",
         "title": "Assess the quality of control data to determine the need for additional survey data for engineering, construction, or other projects.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "16290",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16290",
         "title": "Distribute compiled geodetic data to government agencies or the general public.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "16293",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-1022.01/related/tasks/16293",
         "title": "Request additional survey data when field collection errors occur or engineering surveying specifications are not maintained.",
         "importance": 76,
         "category": "Core"
      }
   ]
}