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/35-1012.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/35-1012.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "18714",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1012.00/related/tasks/18714",
         "title": "Perform various financial activities, such as cash handling, deposit preparation, and payroll."
      },
      {
         "id": "2145",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1012.00/related/tasks/2145",
         "title": "Resolve customer complaints regarding food service."
      },
      {
         "id": "2144",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1012.00/related/tasks/2144",
         "title": "Compile and balance cash receipts at the end of the day or shift."
      },
      {
         "id": "2157",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1012.00/related/tasks/2157",
         "title": "Present bills and accept payments."
      },
      {
         "id": "2147",
         "related": "https://api-v2.onetcenter.org/online/occupations/35-1012.00/related/tasks/2147",
         "title": "Inspect supplies, equipment, and work areas to ensure efficient service and conformance to standards."
      }
   ]
}