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/51-9195.03/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12615",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12615",
         "title": "Verify depths and dimensions of cuts or carvings to ensure adherence to specifications, blueprints, or models, using measuring instruments."
      },
      {
         "id": "12621",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12621",
         "title": "Move fingers over surfaces of carvings to ensure smoothness of finish."
      },
      {
         "id": "12619",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12619",
         "title": "Shape, trim, or touch up roughed-out designs with appropriate tools to finish carvings."
      },
      {
         "id": "12616",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12616",
         "title": "Lay out designs or dimensions from sketches or blueprints on stone surfaces, freehand or by transferring them from tracing paper, using scribes or chalk and measuring instruments."
      },
      {
         "id": "12624",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9195.03/related/tasks/12624",
         "title": "Cut, shape, and finish rough blocks of building or monumental stone, according to diagrams or patterns."
      }
   ]
}