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