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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 82,
         "category": "Core"
      },
      {
         "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.",
         "importance": 80,
         "category": "Core"
      },
      {
         "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.",
         "importance": 79,
         "category": "Core"
      },
      {
         "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.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "22108",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22108",
         "title": "Determine scales, line sizes, or colors to be used for hard copies of computerized maps, using plotters.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "22109",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22109",
         "title": "Compile information necessary to stake projects for construction, using engineering plans.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "22110",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22110",
         "title": "Identify and compile database information to create requested maps.",
         "importance": 76,
         "category": "Core"
      },
      {
         "id": "22111",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22111",
         "title": "Operate and manage land-information computer systems, performing tasks such as storing data, making inquiries, and producing plots and reports.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "22112",
         "related": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/related/tasks/22112",
         "title": "Compare survey computations with applicable standards to determine adequacy of data.",
         "importance": 74,
         "category": "Core"
      }
   ]
}