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-3031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "22103",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22103",
         "title": "Position and hold the vertical rods, or targets, that theodolite operators use for sighting to measure angles, distances, and elevations."
      },
      {
         "id": "22104",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22104",
         "title": "Check all layers of maps to ensure accuracy, identifying and marking errors and making corrections."
      },
      {
         "id": "22105",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22105",
         "title": "Design or develop information databases that include geographic or topographic data."
      },
      {
         "id": "22106",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22106",
         "title": "Monitor mapping work or the updating of maps to ensure accuracy, inclusion of new or changed information, or compliance with rules and regulations."
      },
      {
         "id": "22107",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22107",
         "title": "Produce or update overlay maps to show information boundaries, water locations, or topographic features on various base maps or at different scales."
      }
   ]
}