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-9123.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 9,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/summary/tasks?start=6&end=9",
   "task": [
      {
         "id": "12527",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12527",
         "title": "Apply coatings, such as paint, ink, or lacquer, to protect or decorate workpiece surfaces, using spray guns, pens, or brushes."
      },
      {
         "id": "12528",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12528",
         "title": "Examine finished surfaces of workpieces to verify conformance to specifications and retouch any defective areas."
      },
      {
         "id": "12529",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12529",
         "title": "Clean and maintain tools and equipment, using solvents, brushes, and rags."
      },
      {
         "id": "12530",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12530",
         "title": "Read job orders and inspect workpieces to determine work procedures and materials required."
      },
      {
         "id": "12534",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/related/tasks/12534",
         "title": "Select and mix ingredients to prepare coating substances according to specifications, using paddles or mechanical mixers."
      }
   ]
}