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-4071.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "12050",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12050",
         "title": "Clean and smooth molds, cores, and core boxes, and repair surface imperfections."
      },
      {
         "id": "12055",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12055",
         "title": "Sift and pack sand into mold sections, core boxes, and pattern contours, using hand or pneumatic ramming tools."
      },
      {
         "id": "12053",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12053",
         "title": "Position patterns inside mold sections, and clamp sections together."
      },
      {
         "id": "12054",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12054",
         "title": "Position cores into lower sections of molds, and reassemble molds for pouring."
      },
      {
         "id": "12052",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-4071.00/related/tasks/12052",
         "title": "Sprinkle or spray parting agents onto patterns and mold sections to facilitate removal of patterns from molds."
      }
   ]
}