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