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-2142.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-2142.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14906",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14906",
         "title": "Smooth strips or sections of paper with brushes or rollers to remove wrinkles and bubbles and to smooth joints."
      },
      {
         "id": "14907",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14907",
         "title": "Trim rough edges from strips, using straightedges and trimming knives."
      },
      {
         "id": "14908",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14908",
         "title": "Trim excess material at ceilings or baseboards, using knives."
      },
      {
         "id": "14909",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14909",
         "title": "Check finished wallcoverings for proper alignment, pattern matching, and neatness of seams."
      },
      {
         "id": "14910",
         "related": "https://api-v2.onetcenter.org/online/occupations/47-2142.00/related/tasks/14910",
         "title": "Mark vertical guidelines on walls to align strips, using plumb bobs and chalk lines."
      }
   ]
}