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/47-4031.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "13623",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/related/tasks/13623",
         "title": "Establish the location for a fence, and gather information needed to ensure that there are no electric cables or water lines in the area."
      },
      {
         "id": "13627",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/related/tasks/13627",
         "title": "Set metal or wooden posts in upright positions in postholes."
      },
      {
         "id": "13625",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/related/tasks/13625",
         "title": "Measure and lay out fence lines and mark posthole positions, following instructions, drawings, or specifications."
      },
      {
         "id": "13624",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/related/tasks/13624",
         "title": "Align posts, by lines or sighting, and verify vertical alignment of posts, using plumb bobs or spirit levels."
      },
      {
         "id": "13637",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-4031.00/related/tasks/13637",
         "title": "Attach rails or tension wire along bottoms of posts to form fencing frames."
      }
   ]
}